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
Unique identifier for the member within the Cevoid system
"member_abc123def456"
Shortened, human-readable identifier for the member, often used in URLs and public references
"mem_5a8b9c"
ISO 8601 timestamp indicating when the member account was first created in the system
"2024-01-15T09:30:00.000Z"
ISO 8601 timestamp indicating when the member was last updated
"2024-01-20T14:22:15.000Z"
Display name or full name of the member as provided during registration or profile updates
"Sarah Johnson"
Email address associated with the member account, used for communication and authentication
"[email protected]"
URL to the member's profile picture or avatar image
"https://cdn.cevoid.com/avatars/member123/profile.jpg"
ISO 3166-1 alpha-2 country code representing the member's country of residence
"US"
ISO 639-1 language code representing the member's preferred language for communications
"en"
Geographic location information such as city, state, or region provided by the member
"San Francisco, CA"
Instagram username/handle associated with the member's social media account, without the @ symbol
"sarah.lifestyle"
Biography or description provided by the member
"Lifestyle blogger and photography enthusiast"
Internal notes about the member for company reference
"VIP customer, prefers email communication"