cURL
curl --request GET \ --url https://api.wapikit.com/api/organization/invites
{ "invites": [ { "uniqueId": "<string>", "email": "<string>", "accessLevel": "Owner", "createdAt": "2023-11-07T05:31:56Z", "status": "Pending", "organizationName": "<string>" } ], "paginationMeta": { "page": 123, "per_page": 123, "total": 123 } }
returns all organization invites
number of records to skip
max number of records to return per page
sorting order
asc
desc
organization invites list
The response is of type object.
object
Was this page helpful?