Get Customer

Get customer data

get
Path parameters
customer_idstring · uuidRequired

The unique identifier of the customer

Header parameters
AuthorizationstringRequired

Token for authentication

Responses
200
Successful retrieval of customer data
application/json
get
GET /v0/customers/{customer_id} HTTP/1.1
Host: api.alignlabs.dev
Authorization: text
Accept: */*
200

Successful retrieval of customer data

{
  "customer_id": "123e4567-e89b-12d3-a456-426614174000",
  "email": "[email protected]",
  "company_name": "text",
  "first_name": "text",
  "last_name": "text",
  "kycs": {
    "status": "pending",
    "sub_status": "kyc_form_submission_started",
    "kyc_flow_link": "text"
  }
}

Last updated