Skip to main content
GET
/
get-customer
/
{id}
Klant ophalen
curl --request GET \
  --url https://api.clientbox.co/api/1.1/wf/get-customer/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "cust_12345",
  "name": "Jan Jansen",
  "email": "[email protected]"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Het unieke ID van de klant (bijv. cust_123).

Response

Klant gegevens.

id
string
Example:

"cust_12345"

name
string
Example:

"Jan Jansen"

email
string