API Keys
The Miru API uses API keys to authenticate requests. You can view and manage your API keys in the Miru Dashboard. Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth. To authenticate, include your API key in theX-API-Key
header of your request:
Create an API Key
To generate a new key:- Go to the API Keys page in the dashboard.
- Click New API Key.
- Provide a name, select the desired scopes, and click Create.
Once an API key has been created, it can never be retrieved again. If you lose your API key, you must create a new one.