Authentication

Use your project API key on every request. The key identifies you as the owner of the integration. Send the key using one of the methods below (first match wins).

MethodHow
HeaderX-Api-Key: <your-api-key>
HeaderAuthorization: Bearer <your-api-key>
Query?apiKey=<your-api-key>