Skip to main content
GET
Use this endpoint to check the progress of a brokerage account creation that returned a 202 response. Poll until the status field is "ready" or "failed".

Path parameters

string
required
The request_id you provided when creating the brokerage account.

Response

The response always returns HTTP 200 with a status field indicating the current state of the request.

status: "ready"

The account was created successfully. The response includes the full account details.
string
"ready" — the account is ready.
string
The request identifier.
object
The canonical account record. See Create brokerage account for field details.
object
The staging record for the Apex account. See Create brokerage account for field details.
object
The staging record for the associated Apex person. See Create brokerage account for field details.

status: "pending"

The account is still being created.
string
"pending" — creation is in progress.
string
The request identifier.

status: "failed"

The account creation failed.
string
"failed" — creation did not succeed.
string
The request identifier.
string
A description of why the account creation failed.

Error responses

Last modified on April 16, 2026