API Reference
Developer documentation
Retrieve all members with optional pagination
cURL
curl --request GET \ --url https://api.cevoid.com/v1/members \ --header 'x-api-key: <api-key>'
{ "count": 123, "next": "<string>", "nodes": [ { "id": "member_abc123def456", "shortId": "mem_5a8b9c", "createdAt": "2024-01-15T09:30:00.000Z", "updatedAt": "2024-01-20T14:22:15.000Z", "name": "Sarah Johnson", "email": "[email protected]", "avatarUrl": "https://cdn.cevoid.com/avatars/member123/profile.jpg", "country": "US", "language": "en", "location": "San Francisco, CA", "socialInstagramHandle": "sarah.lifestyle", "bio": "Lifestyle blogger and photography enthusiast", "notes": "VIP customer, prefers email communication" } ] }
Max value for limit is 25
1 <= x <= 25
10
Number of items to skip
x >= 0
0
Market ID or shortId for localized content
"us"
Successful response
Total number of items
URL for next page
Show child attributes