Skip to main content
POST
Resolve an approval

Authorizations

Authorization
string
header
required

Pass your ego access token as a bearer token: Authorization: Bearer <token>. The token carries the scopes granted on the consent screen.

Path Parameters

id
string
required

Identifier of the approval.

Body

application/json
kind
string
required
Allowed value: "option"
optionId
string
required

The chosen option's id.

Example:

"ship"

note
string

Optional note attached to the resolution.

Response

The approval was resolved.

ok
boolean
required