LogoLogo
Go to app
  • Getting started
    • Authentication setup
    • Rate limits
    • Error handling
    • Pagination
  • CRM
    • People
  • Organizations
  • Segments
  • Workspaces
    • Workspaces
  • Tasks
  • Global
    • Tags
  • webhooks
    • Conversation
Powered by GitBook

(C) 2025 RogerRoger

On this page
Export as PDF
  1. Getting started

Authentication setup

Welcome to the RogerRoger API

NextRate limits

Last updated 1 day ago

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.

The RogerRoger API is in beta, to get access please contact us. Restrictions might apply.

To get started, you need:

  1. An active RogerRoger subscription

  2. An administrator account

  3. An API key ()

Authentication and connection with API keys

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.

create an API key here