curl --request GET \
--url https://api.example.com/clients/{client_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"country": "<string>",
"maxAccountValue": 123,
"currency": "<string>",
"priceCategory": "high",
"paymentTerms": "<string>",
"contacts": [
{
"id": "<string>",
"contactName": "<string>",
"email": "<string>",
"phoneNumber": "<string>",
"countryCode": "<string>"
}
],
"ordersCount": 123
}curl --request GET \
--url https://api.example.com/clients/{client_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"country": "<string>",
"maxAccountValue": 123,
"currency": "<string>",
"priceCategory": "high",
"paymentTerms": "<string>",
"contacts": [
{
"id": "<string>",
"contactName": "<string>",
"email": "<string>",
"phoneNumber": "<string>",
"countryCode": "<string>"
}
],
"ordersCount": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Schema for client response - uses camelCase per API_STANDARDS