Skip to main content
GET
Obtener detalle de un cliente
Returns one customer. The id is the _id returned by GET /v1/crm/customers or POST /v1/crm/customers.

Endpoint

Required scope

crm:customers:read

Headers

Path parameters

Example request

Response

200 OK

Note the response wraps the record in a customer key, unlike the list endpoint which returns a data array.

401 Unauthorized

Missing, invalid, revoked, or expired token.

403 Forbidden

The token does not have the crm:customers:read scope.

404 Not Found

No customer with that id, or the customer belongs to a different company.

Authorizations

Authorization
string
header
required

Personal Access Token con prefijo kbai_pk_. Generar desde el portal con permiso developer.manage_tokens.

Path Parameters

id
string
required

Response

200 - application/json
customer
object
required