cURL
curl --request GET \ --url https://api.series.hr/members/check-membership/{userId} \ --header 'apikey: <api-key>'
Check if a user is a member
curl -X GET https://api.series.hr/members/check-membership/714760171 \ -H "apikey: YOUR_API_KEY"
{ "success": true, "data": { "UserId": "714760171", "IsMember": true, "JoinDate": "2024-01-01T00:00:00Z", "Status": "active" } }
Pass your API key in the apikey header. Alternatively, the x-api-key header is also accepted.
apikey
x-api-key
Membership status