Authorization
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 /
approve
endpoint).
Refer to the 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
Name
Value
Content-Type
application/json
Authorization
Bearer <apiKey>
Last updated