OAuth 2.0
The Rntor API uses OAuth 2.0 for authentication. All API requests must include a valid access token in theAuthorization header.
Getting Your API Credentials
- Log in to your Rntor Dashboard
- Navigate to Settings → API & Integrations
- Click Create API Key
- Copy your Client ID and Client Secret
Required Headers
All API requests must include the following headers:Example Request
Scopes
API keys can be configured with specific scopes to limit access:Request only the scopes your integration needs. This follows the principle of least privilege.