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
ClientID is the unique identifier for the client
"new-client"
CreatedAt is the timestamp when the client was created
"2025-03-26T15:04:05Z"
LastUpdated is the timestamp when the client was last updated
str-uploader
takk-uploader
["str-uploader"]