Get an approval
Approvals
Get an approval
Fetch a single approval this app submitted, including its resolution once the owner decides. Requires the approvals:read scope.
GET
Get an approval
Authorizations
Pass your ego access token as a bearer token: Authorization: Bearer <token>. The token carries the scopes granted on the consent screen.
Path Parameters
Identifier of the approval.
Response
The approval.
Identifier of the approval.
Example:
"k1722abcd"
Creation timestamp, in epoch milliseconds.
The app that submitted the approval.
Example:
"Ship the 2.0 release?"
Available options:
pending, resolved The resolution recorded on a resolved approval. resolvedBy is the role that resolved it, never an identity.
