Get Customer

Get customer data

get

/v0/customers/{customer_id}

Path parameters
customer_idstring · uuidrequired

The unique identifier of the customer

Header parameters
Authorizationstringrequired

Token for authentication

Responses
curl -L \
  --url 'https://api.getfractal.xyz/v0/customers/{customer_id}' \
  --header 'Authorization: text'
{
  "customer_id": "123e4567-e89b-12d3-a456-426614174000",
  "email": "hello@example.com",
  "kycs": {
    "status": "pending",
    "kyc_flow_link": "text"
  }
}

Last updated