Authentication
Admin API Authentication
# Using Bearer Token
Authorization: Bearer your-api-key-here
# Alternative Query String Method
https://your-domain.com/?api_key=your-api-key-here&ng=api/v2/endpoint
Getting Your API Key
- Navigate to
Settings → API Access
- Create a new API key by providing a label
- Store the generated key securely