ApiInvitations
Revoke invitation
Revoke a pending invitation. Only pending invitations can be revoked. Requires ADMIN or OWNER role.
Authorization
User API Key AuthorizationBearer <token>
User API key (mgw_usr_live_* or mgw_usr_test_*)
In: header
Path Parameters
invitation_id*string
Format
uuidCookie Parameters
access_token?|
Response Body
application/json
curl -X DELETE "https://loading/api/v1/invitations/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Resend invitation
Resend an invitation with a new token and extended expiration. Only pending invitations can be resent. Requires ADMIN or OWNER role.
Get Bundle Proxy Info
Get information about a proxied bundle. Args: bundle_key: The bundle's unique sharing key. session: Database session (injected). Returns: JSONResponse with bundle information.
