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": "john.smith@goteal.co", "role": "Owner", "name": "John Smith", "status": "unconfirmed", "mfa_status": "sms" } ] }
The offset to start at
x >= 1
The number of items to return
1 <= x <= 100
OK
The response is of type object.
object