Skip to main content

Auth API

The Auth API provides authentication tokens and identity verification capabilities.

Endpoints

MethodEndpointDescription
POST/v1/auth/tokensCreate an access token
DELETE/v1/auth/tokens/{sid}Revoke a token
POST/v1/auth/verifyVerify an identity

Full reference coming soon.