Invitations
Invitation Delete
Delete an invitation. After deletion, it cannot be used.
Delete an invitation. After deletion, it cannot be used.
DELETE
/invitations/{invitation_id}storyden-session<token>
In: cookie
Path Parameters
invitation_idstring
Unique invitation ID.
Format
xidResponse Body
curl -X DELETE "https://loading/api/invitations/cc5lnd2s1s4652adtu50"Empty
Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Invitation Create POST POST
Create an invitation for the authenticated account. Responds with the invitation data which can be used to construct a public vendor-specific registration URL using the invitation's identifier which can be used in calls to registration operations to indicate the account was invited.
Invitation Get GET GET
Retrieve the details of an invitation by its identifier. This endpoint is publicly accessible and can be used to show invitation details before the client's registration flow.