Approve an equity exercise

Approve an equity exercise. Token scopes: contracts:write

Authentication

AuthorizationBearer
## Authentication Deel API uses API tokens to authenticate requests. A bearer token is required to authenticate all API requests. All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail. ``` curl -X GET 'api.letsdeel.com/rest/v2/contracts' \ -H 'Authorization: Bearer YOUR-TOKEN-HERE' ``` ### Generating Access Tokens 1. Navigate to **Apps & Perks > Developer Center**. 2. Click on the “Generate New Token” button. 3. In the popup, click “Generate Token” button to generate a new token. Your newly generated token is visible on the screen. 4. Make sure to copy and save your token once is generated. You won't be able to see it again!
OR
AuthorizationBearer
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/

Path parameters

public_idstringRequiredformat: "uuid"
Equity exercise public ID.

Request

This endpoint expects an object.
employer_approvalstringRequired

Approval decision by the employer for the equity exercise. Valid values: ‘approved’, ‘rejected’.

Response

Successful operation
idstringformat: "uuid"
Unique identifier of the equity exercise.
statusstring
The current status of the equity exercise, e.g., 'approved' or 'pending'.
created_atstringformat: "date"
The date when the equity exercise was created.
updated_atstringformat: "date"
The date when the equity exercise was last updated.
employer_approvalstring

Indicates whether the employer has approved the equity exercise. Valid values: ‘approved’, ‘rejected’.

Errors