Validates whether a member ID has an active membership.
GET/api/identity/members/:memberId/membership-status
Returns Active with all active membership tiers when the ID has a current membership. When email is provided, the email must also belong to that member. Otherwise returns Inactive. This route does not require Authentication or Authorization, but is rate limited to 10 calls per 10 seconds.
Request
Responses
- 200
- 400
- 500
Returns the membership validation result.
Bad Request: Invalid parameters.
Internal Server Error: An unexpected error occurred.