cURL
curl --request GET \ --url https://api.wapikit.com/api/organization/invite/{slug}
{ "invite": { "uniqueId": "<string>", "email": "<string>", "accessLevel": "Owner", "createdAt": "2023-11-07T05:31:56Z", "status": "Pending", "organizationName": "<string>" } }
returns a single organization invite
The slug value of the invite you want to get.
organization invite object
The response is of type object.
object
Was this page helpful?