Last updated 5 months ago
The unique identifier of the customer
Token for authentication
GET /v0/customers/{customer_id} HTTP/1.1 Host: api.alignlabs.dev Authorization: text Accept: */*
Successful retrieval of customer data
{ "customer_id": "123e4567-e89b-12d3-a456-426614174000", "email": "name@gmail.com", "kycs": { "status": "pending", "kyc_flow_link": "text" } }