Skip to main content

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".

FieldTypeReq.Description
trackIdstring (GUID)RequiredTracking ID returned by createAccount
getProcess
{
"trackId": "{{trackId}}"
}