Skip to main content

OAuth 2.0

The Rntor API uses OAuth 2.0 for authentication. All API requests must include a valid access token in the Authorization header.

Getting Your API Credentials

  1. Log in to your Rntor Dashboard
  2. Navigate to SettingsAPI & Integrations
  3. Click Create API Key
  4. Copy your Client ID and Client Secret
Keep your Client Secret secure. Never expose it in client-side code or public repositories.

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.