Authentication

All API requests require authentication using a Bearer token in the Authorization header.

Getting Your API Key

You can get your API key from the API management page.

Using Your API Key

Include your API key in the Authorization header of all requests:

Authorization: Bearer YOUR_API_KEY