Waitlist
Read a member's current position by referral code
The referral code is the member's own high-entropy token, which is why it — and never an email address — is what appears in the path. Unknown codes 404.
GET
/waitlist/{code}The referral code is the member's own high-entropy token, which is why it — and never an email address — is what appears in the path. Unknown codes 404.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
code*string
Query Parameters
organization?string
Organization slug (OAuth actors with several orgs); API keys imply theirs.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/waitlist/string"{ "position": 0, "total": 0, "referral_code": "string", "referral_count": 0}{ "error": { "code": "string", "message": "string", "reason": "string", "index": 0, "request_id": "string" }}{ "error": { "code": "string", "message": "string", "reason": "string", "index": 0, "request_id": "string" }}