getProcess
POST /api/account/getProcess
Queries the status of the asynchronous process started by createAccount. Poll until status is "Ok" or "Error".
Client credentials
accountId, apiKeyUser and apiKeyPass for the client are only available when status = "Ok".
| Field | Type | Req. | Description |
|---|---|---|---|
trackId | string (GUID) | Required | Tracking ID returned by createAccount |
getProcess
{
"trackId": "{{trackId}}"
}