Brokerage
Get brokerage account creation status
Poll GET /apex/accounts/by-request/ to check brokerage account creation status. Returns ready, pending, or failed states.
GET
Use this endpoint to check the progress of a brokerage account creation that returned a
The account was created successfully. The response includes the full account details.
The account is still being created.
The account creation failed.
202 response. Poll until the status field is "ready" or "failed".
Path parameters
The
request_id you provided when creating the brokerage account.Response
The response always returns HTTP 200 with astatus field indicating the current state of the request.
status: "ready"
The account was created successfully. The response includes the full account details.
"ready" — the account is ready.The request identifier.
The canonical account record. See Create brokerage account for field details.
The staging record for the Apex account. See Create brokerage account for field details.
The staging record for the associated Apex person. See Create brokerage account for field details.
status: "pending"
The account is still being created.
"pending" — creation is in progress.The request identifier.
status: "failed"
The account creation failed.
"failed" — creation did not succeed.The request identifier.
A description of why the account creation failed.
Error responses
| Status | Description |
|---|---|
| 403 | The brokerage account feature is not enabled for your account. |
| 404 | No account creation request found for the given request_id. |
Last modified on April 16, 2026