ENSC Business API
Business DashboardWebsite
  • Introduction
    • Use Cases
    • Configurations
  • Ready To Integrate?
  • Getting Started
    • Security
      • Generating Keys
      • Encrypting / Decrypting Request
  • Integrations
    • Contract Address
    • Enums
    • Authorization
    • Endpoints
      • Get Bank Lists
      • Token Balance
      • Token Approval
      • Mint
      • Mint Allocation
      • Redeem
      • Transfer
      • Withdraw
      • Verify Payout/Withdrawal
  • Libraries/SDKs
    • Client Libraries
Powered by GitBook
On this page
  1. Integrations

Authorization

PreviousEnumsNextEndpoints

Last updated 2 months ago

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.

Include your API key in the HTTP request header as follows:

Bearer Token Format:

Authorization: Bearer YOUR_API_KEY

Name
Value

Content-Type

application/json

Authorization

Bearer <apiKey>

approve
the