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 GET \ --url https://api.wazapin.com/v1/members \ --header 'Authorization: Bearer <token>'
{ "data": [ { "created_at": "<string>", "id": "<string>", "role": "<string>", "user_email": "<string>", "user_id": "<string>", "user_image": "<string>", "user_name": "<string>" } ], "meta": { "has_more": true, "limit": 123, "cursor": "<string>", "offset": 123, "total": 123 } }
Session token or API key
Results per page
1 <= x <= 100
Offset for pagination
x >= 0
OK
Show child attributes