Authorization
Last updated
Last updated
The ENSC API uses an API key as the primary means of authentication for secured endpoints. This API key is required for endpoints that handle sensitive operations (for example, the /
endpoint).
Refer to API Key generation guide for instructions on how to generate, obtain, and securely manage your API key.
Bearer Token Format:
Authorization: Bearer YOUR_API_KEY
Content-Type
application/json
Authorization
Bearer <apiKey>