Get approval status
GET /api/v1/automation/approvals/{token}
Returns the current status of the approval and, if still pending, a prompt message.
string
required
The approval token sent to the reviewer.
Respond to approval
POST /api/v1/automation/approvals/{token}
string
required
The approval token.
string
required
approve or rejectstring
Optional. ID of the user approving/rejecting.

