URL: {{base_url}}/modules/equity/approve

Method: POST

Bearer Token: Replace this with an actual token in the request

Headers

Subscription: Replace this with the subscription value

Access_Token: Replace this with the actual access token value

Request Body

KeyValuesRequired
idEquity IDYes
actionValue should either be confirmed or declinedYes

Response Codes

CodeDescription
200Successful
500Internal Server Error
401Unauthorized: Check error message

Example of request body

{
    "id": 1,
    "action": "confirmed"
}