Security
ApiKeyAuth or BearerAuth
GET
- ApiKeyAuth
- BearerAuth
curl -i -X GET \
'/v1/users?email=string&phone_number=string&limit=200' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": [ { … } ], "paging": { "cursors": { … }, "next_page": "string", "prev_page": "string" } }