For the complete documentation index, see llms.txt. This page is also available as Markdown.

Simulate (Sandbox)

Simulate customer actions

post
/v0/customers/simulate
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 · enumRequired

The action to simulate

Possible values:
customer_idstringRequired

The unique identifier of the customer

Responses
200

Successful simulation

application/json
objectOptional
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