Referência de APIHealth
Health check
Returns the health status of the API. This endpoint does not require authentication.
Returns the health status of the API. This endpoint does not require authentication.
Response Body
application/json
curl -X GET "https://api-base.rafo.work/api/v1/health"{
"status": "ok"
}Get merchant commission tiers GET
Retrieve the commission tiers configured by the merchant for this creator's program. This endpoint does not require authentication.
Get or auto-create a member GET
Look up a member by email and/or externalId. When `autoCreate=true`, automatically creates the member if not found (requires `name` and `email`).