cURL
curl --request GET \ --url https://api.sandbox.goteal.co/members \ --header 'X-API-KEY: <api-key>'
{ "pagination": { "offset": 75, "limit": 25, "count": 14, "total_count": 89 }, "members": [ { "email": "[email protected]", "role": "Owner", "status": "unconfirmed", "mfa_status": "sms", "name": "John Smith" } ] }
The offset to start at
x >= 1
The number of items to return
1 <= x <= 100
OK
Show child attributes