Authentication setup
Welcome to the RogerRoger API
Last updated
Welcome to the RogerRoger API
Last updated
The RogerRoger API gives you the foundation to create custom integrations and share data with other platforms, letting you sync contacts, generate tasks, or run automations with ease.
To get started, you need:
An active RogerRoger subscription
An administrator account
An API key ()
RogerRoger only supports API key authentication. You can view and manage your API keys in the RogerRoger admin.
The API key needs to be passed as a header in every API call you make:
X-API-KEY:'your-api-key-here'
All API requests must be made over HTTPS.
Calls made over plain HTTP will fail.
API requests without authentication will also fail.
Your API key carries many privileges, so be sure to keep it confidential! Do not share your API keys in publicly accessible areas such as GitHub, client-side code, and so forth.