cauril/Docs

Obtener un customer

get/v1/customers/{id}

Request

BASH
curl https://api.cauril.com/v1/customers/<id> \
  -H "Authorization: Bearer sk_test_..."

Parámetros

idpathreqstring

Respuestas

200El customerCustomer
404ErrorError

Ejemplo de respuesta · 200

JSON
{
  "object": "customer",
  "id": "cus_01J...",
  "email": null,
  "name": null,
  "metadata": {},
  "created_at": "2026-06-01T12:00:00Z"
}