Authorization
Exchange an approved device code for an organization API key (once)
POST
/auth/device/tokenAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
organization?string
Organization slug (OAuth actors with several orgs); API keys imply theirs.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/auth/device/token" \ -H "Content-Type: application/json" \ -d '{ "device_code": "string" }'{ "api_key": "string", "organization": "string"}{ "error": { "code": "string", "message": "string", "reason": "string", "index": 0, "request_id": "string" }}{ "error": { "code": "string", "message": "string", "reason": "string", "index": 0, "request_id": "string" }}Begin a device login: mint a device code + a short user code POST
Previous Page
Join the pre-launch waitlist and read your position POST
Idempotent: re-submitting an address returns the same referral code and the current position with `already_joined: true`. Answers 200 rather than 201 for that reason — a repeat join creates nothing. Pass `ref` to credit the member whose share link brought you; an unknown or self-referring code is ignored.