Api
Latest
Auth API
Auth API endpoints (2 endpoints). Supports both read and write operations.
Auth API
Auth API endpoints (2 endpoints). Supports both read and write operations.
Available Operations:
exchangeForToken- exchangeForTokenwhoami- whoami
Authentication
Most endpoints require authentication. See Authentication for details.
Endpoints
Queries
auth.whoami
Type: Query (read-only)
Response
Returns the requested data. See TypeScript types for full response shape.
Mutations
auth.exchangeForToken
Type: Mutation (write)
Response
Returns the requested data. See TypeScript types for full response shape.