Request options trading for an account (BETA)

POST {{baseUrl}}/v1/accounts/:account_id/options/approval

This endpoint requests options trading for an account. Following submission, an assigned administrator will review the request. Upon approval, the account's optionsapprovedlevel 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.

Request Body

{"level"=>2}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"id":"88b5f678-fef5-447b-af15-f21e367e6d8c","account_id":"c8f1ef5d-edc0-4f23-9ee4-378f19cb92a4","created_at":"2021-03-16T18:38:01.942282Z","updated_at":"2021-03-16T18:38:01.942282Z","requested_level":2,"status":"PENDING"}