Skip to main content
GET
/
v1
/
clients
/
{client_uuid}
Get client configuration
curl --request GET \
  --url https://api.balampay.com/v1/clients/{client_uuid} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Api-Version: <x-api-version>' \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>",
  "code": "<string>",
  "statusCode": 123,
  "error": "<string>",
  "timestamp": "<string>",
  "path": "<string>",
  "details": "<unknown>"
}

Authorizations

Authorization
string
header
required

Access token from POST /auth (the data.access_token value).

x-api-key
string
header
required

API key issued by Kira. Required on every request, including /auth.

Headers

X-Api-Version
string
required
Example:

"2026-04-14"

Path Parameters

client_uuid
string<uuid>
required

Client UUID (your own client identifier).

Response

Success.