List all clients.
GET
/v1/CRM/clients
Requires the scope read:company.
Autorisations
Bearer
JWT Authorization header using the Bearer scheme.
TypeHTTP (Bearer)
Paramètres
Paramètres de requête
page_number
Typeinteger
Format
"int32"Par défaut
1page_size
Typeinteger
Format
"int32"Par défaut
100Réponses
OK
application/json
JSON
{
"total_pages": 0,
"data": [
{
"id": 0,
"client_type": "string",
"client_profile": "string",
"name": "string",
"business_name": "string",
"postal_code": "string",
"city": "string",
"country": "string",
"identification_number": "string",
"is_client": true,
"is_supplier": true,
"created_on": "string",
"created_by": 0,
"modified_on": "string",
"modified_by": 0
}
]
}

