latestOpenAPI 3.0.12026-08-16171142480.4 KB
ff1699330afa
Account API
Get all async account creation requests
Returns all tracked asynchronous account creation requests and their current statuses. Statuses are retained for 1 hour after completion.
get/rest/api/v1/accounts/async
Response
OK
Example response
[
{
"account": {
"callbackUrl": "https://example.com/webhook/account-created"
},
"callbackUrl": "https://example.com/webhook/account-created",
"message": "Account creation request accepted. The result will be POSTed to the provided callback URL.",
"requestId": "acc_a1b2c3d4e5f67890",
"status": "QUEUED"
}
]