🎴Get Your API Key
Learn how to get an access key to start building with Altura
API Key
An API key is required for all requests made via the API and is required to initiate the SDKs. You are automatically given an API key for free once you log into the developer portal.
Getting Started
go to Altura Developer Portal
Connect your wallet
Click on
Create
in the API Key section
That's it! You can now use your API key to interact with Altura's API and SDKs.
Authenticating using your API key
An API key is required for all requests and is passed via the query parameters as apiKey
or via the request headers as ALTURA_API_KEY
Query parameters
?apiKey=XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX
Request headers
ALTURA_API_KEY=XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX
If your API key gets compromised, regenerate it immediately. This will invalidate the old API key.
Last updated