cURL
curl --request GET \ --url https://str.keroshospitality.com/api/v1/clients \ --header 'Authorization: Bearer <token>'
{ "clients": [ { "client_id": "new-client", "created_at": "2025-03-26T15:04:05Z", "last_updated": "2025-03-26T15:04:05Z", "roles": [ "str-uploader" ] } ], "requestId": "<string>" }
Get a list of all clients.
admin, client-manager
admin
client-manager
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Clients retrieved successfully
ClientListResponse provides a list of clients
Clients is a list of clients
Show child attributes