Get all clients with their details.
Optionally filter by external_ref to find a specific client.
Sécurité
APIKeyHeader
- Dev serverhttps://pdp.seqino.dev/api/clients
- Production serverhttps://pa.seqino.com/api/clients
curl -i -X GET \
'https://pdp.seqino.dev/api/clients?external_ref=string' \
-H 'Authorization: YOUR_API_KEY_HERE'List of all clients, or client matching external_ref if provided
Any of:
Array []
Current status of the client
Enum:"active""inactive""pending""suspended"
Response
- Array of any
- ClientDetailsResponse
[ { "client_id": "string", "organization_name": "string", "contact_email": "string", "external_ref": "string", "sponsor_id": "string", "status": "active", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ]