Read a pending request (public preview)
{token} is delivered to the requester via email. Public route; the token is the only auth.
Response:
Approve or reject
Body:
{ "decision": "approve" } or { "decision": "reject" }.
Request access to a teammate’s integration credentials. The integration owner approves or rejects.
{token} is delivered to the requester via email. Public route; the token is the only auth.
Response:
{ "decision": "approve" } or { "decision": "reject" }.