Skip to main content

Overview

All API requests require authentication using Bearer tokens issued by Auth0.

Authentication Flow

1

Obtain Token

Authenticate via Auth0 to receive a JWT token.
2

Include in Requests

Add token to Authorization header:
Authorization: Bearer YOUR_JWT_TOKEN

Token Refresh

Tokens expire after 24 hours. Use refresh tokens to obtain new access tokens.

Next Steps

API Introduction

Return to API overview