Skip to content

Confirm Early Exercise

POST
/early-exercise/confirm

Confirm early exercise of a position. The request_id comes from an earlier request to /early-exercise/request and is used to identify the specific exercise to confirm.

Parameters

Header Parameters

X-API-KEY*
Type
string
Required

Request Body

application/json
JSON
{
  
"account_number": "string",
  
"request_id": "string"
}

Responses

Early exercise request confirmed. The response body is intentionally empty.

Playground

Headers
Body

Samples

Powered by VitePress OpenAPI