Skip to main content

Get Client

Retrieve a single client resource by its UUID.

Endpoint

GET /client/{client_uuid}

Parameters

There are no parameters for this endpoint.

Response

A successful response will return a 200 OK status code and a JSON object containing the client details.

{
"uuid": "473a14ab-7374-468a-8276-485a93896a27",
"name": "My First Client"
}