Simulate (Sandbox)
Header parameters
Api-KeystringRequired
Your secret API key, available in the developer dashboard. Include this header on every request to authenticate your application.
Body
actionstring · enumRequiredPossible values:
The action to simulate
customer_idstringRequired
The unique identifier of the customer
Responses
200
Successful simulation
application/json
objectOptional
400
Bad request
403
Forbidden - only available in non-production environments
post/v0/customers/simulate
POST /v0/customers/simulate HTTP/1.1
Host: api.alignlabs.dev
Api-Key: text
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"action": "kyc.status.approve",
"customer_id": "text"
}{}Last updated
