Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.wazapin.com/v1/invitations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "role": "<string>" } '
{ "data": { "created_at": "<string>", "email": "<string>", "expires_at": "<string>", "id": "<string>", "invited_by": "<string>", "organization_id": "<string>", "role": "<string>", "status": "<string>" } }
Session token or API key
Invitee email
1
Role to assign
Created
Show child attributes