v1
latestOpenAPI 3.0.02026-07-26166415635.8 KBAccounts
Request options trading for an account (BETA)
This endpoint requests options trading for an account. Following submission, an assigned administrator will review the request. Upon approval, the account's options_approved_level parameter will be modified, granting the account the ability to participate in options trading. Note: This endpoint is only available for partners who have been enabled for Options BETA.
post/v1/accounts/{account_id}/options/approval
Path parameters
account_idstring uuid required
Account identifier.
Request body
Example request
{
"level": 3
}Response
The request was submitted successfully.
Example response
{
"account_id": "c8f1ef5d-edc0-4f23-9ee4-378f19cb92a4",
"approved_level": 3,
"created_at": "2021-03-16T18:38:01.942282Z",
"id": "88b5f678-fef5-447b-af15-f21e367e6d8c",
"requested_level": 3,
"requester": "CORRESPONDENT",
"status": "PENDING",
"updated_at": "2021-03-16T18:38:01.942282Z"
}