Last updated 3 months ago
/v0/customers/{customer_id}
The unique identifier of the customer
Token for authentication
Successful retrieval of customer data
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": { "kyc_flow_link": "text", "status": "pending" } }