Create a request to exercise equity.
Create a request to exercise equity.
Token scopes: contracts:write
Authentication
AuthorizationBearer
## Authentication
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
```curl
curl -X GET 'https://api.letsdeel.com/rest/v2/contracts' \
-H 'Authorization: Bearer YOUR-TOKEN-HERE'
```
[Learn more about authentication](/api/authentication)
OR
AuthorizationBearer
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/
Request
This endpoint expects an object.
fmv
The fair market value of the equity.
quantity
The quantity of equity to exercise. Must be a positive number.
issuer_id
The unique identifier of the issuer.
worker_id
The public UUID of the worker. Must correspond to an existing worker in the system.
address_zip
The zip code of the address.
exercise_id
The unique identifier of the exercise.
address_city
The city of the address.
address_state
The state of the address.
address_street
The street of the address.
stakeholder_id
The unique identifier of the stakeholder.
address_country
The country of the address.
option_grant_id
The numeric identifier of the option grant. Must contain only digits.
fmv_currency_code
The currency code of the fair market value (ISO 4217).
stakeholder_email
The email address of the stakeholder.
option_grant_issue
The issue of the option grant.
option_grant_label
The label of the option grant.
option_grant_currency
The currency of the option grant (ISO 4217).
option_grant_issue_date
The issue date of the option grant (ISO 8601 date).
option_grant_expiry_date
The expiry date of the option grant (ISO 8601 date).
stakeholder_relationship
The relationship of the stakeholder.
option_grant_strike_price
The strike price of the option grant.
Response
Equity exercise request created successfully.
data
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error