Approve an equity exercise
Updates the employer approval status for a pending equity exercise. This is a partial update — only employer_approval is accepted in the request body.
Token scopes: contracts:write
Updates the employer approval status for a pending equity exercise. This is a partial update — only employer_approval is accepted in the request body.
Token scopes: contracts:write
Approval decision by the employer for the equity exercise. Valid values: ‘approved’, ‘rejected’.
Indicates whether the employer has approved the equity exercise. Valid values: ‘approved’, ‘rejected’.
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.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/