Auth API
The Auth API provides authentication tokens and identity verification capabilities.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /v1/auth/tokens | Create an access token |
DELETE | /v1/auth/tokens/{sid} | Revoke a token |
POST | /v1/auth/verify | Verify an identity |
Full reference coming soon.