Request access to a teammate’s integration credentials. The integration owner receives a notification and approves or rejects. Used by team members who need read or write access to an integration they don’t own.Documentation Index
Fetch the complete documentation index at: https://docs.dacard.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
| Property | Value |
|---|---|
| Auth (POST) | Required (the integration owner) |
| Idempotent | Yes |
{ "decision": "approve" } or { "decision": "reject" }.
Errors
| Status | Code | When |
|---|---|---|
| 401 | AUTH_REQUIRED | POST without session. |
| 403 | FORBIDDEN | Caller is not the integration owner. |
| 404 | Token invalid or expired | Bad or aged-out token. |
| 410 | TEAM_INVITE_EXPIRED | TTL passed (reused for credential request expiry). |
| 500 | INTERNAL_ERROR | Write failed. |