GET /v1/affiliates/eligibility/loopbio
Service: affiliates · operationId: (none)
Required scopes
(no scope declared — review service config)
Query parameters
referral_code(string) required —
Responses
200 Eligibility result
{
"type": "object",
"properties": {
"eligible": {
"type": "boolean"
},
"reason": {
"type": [
"string",
"null"
]
},
"affiliate_id": {
"type": [
"string",
"null"
]
}
},
"required": [
"eligible",
"reason",
"affiliate_id"
]
}Example
curl -X GET https://affiliates.platform.loop.health/v1/affiliates/eligibility/loopbio \
-H "Authorization: Bearer $ACCESS_TOKEN"Related
services/affiliates— service overview- All endpoints — directory across services
- Auth model — how scopes are enforced