Toggle Side Panel
Cyclr Community
  • Forums
  • Tutorials
  • Documentation
        • User Documentation >>
          • Introduction to Cyclr
          • API Guides
          • How to use Connectors
          • Navigating the Cyclr ConsoleLearn all about your Cyclr Console and configuration
          • Embedding Cyclr in your SaaS
          • Scripting
        • View More...
        • Connector Guides >>
          • Salesforce
          • Microsoft
          • GitHub
          • HubSpot
          • Oracle NetSuite
          • Stripe
        • View More...
  • Resources
    • New Features
    • Cypher
    • DevOps Services
    • Changelog
    • Support Portal
    • Referral Program
    • Blog
    • News Archive
More options
    Sign in
    Cyclr Logo
    Cyclr Logo
    • Forums
    • Tutorials
    • Documentation
          • User Documentation >>
            • Introduction to Cyclr
            • API Guides
            • How to use Connectors
            • Navigating the Cyclr ConsoleLearn all about your Cyclr Console and configuration
            • Embedding Cyclr in your SaaS
            • Scripting
          • View More...
          • Connector Guides >>
            • Salesforce
            • Microsoft
            • GitHub
            • HubSpot
            • Oracle NetSuite
            • Stripe
          • View More...
    • Resources
      • New Features
      • Cypher
      • DevOps Services
      • Changelog
      • Support Portal
      • Referral Program
      • Blog
      • News Archive
    Close search
    Home » User Documentation » API » Introduction to the Cyclr API

    About Cyclr

    6
    • Introduction to Cyclr
    • Minimum requirements
    • Glossary
    • Errors
    • IP Allow List
    • Legal notices

    Cyclr Console

    14
    • Partner Console Dashboard
    • The Builder
    • Reports
    • Console Configuration
    • General Settings
    • Notifications
    • Embedding Customization
    • Security settings
    • Data retention settings
    • Custom Service Domains
    • Handle transaction errors
    • Payload Size Limitations
    • Performance tips
    • GitHub Integration

    Connectors

    36
    • Introduction to Connectors
    • Connector Installation Overview
    • Connector Settings
    • Handling Connector Releases
    • Connectivity Comparison
    • Connector Guides
    • Application Connectors
      • Introduction to Application Connectors
    • Utility Connectors
      • Introduction to Utility Connectors
      • Counter Storage
      • Cross Updating Preventer
      • Data Tools
      • Entity Cross Ref Storage
      • Generic File
      • Generic File Downloader
      • Generic Form
      • Generic Webhook
      • Data Storage
        • Introduction to Data Storage
        • Global Data Storage
        • Global Object Storage
        • Cycle Data Storage
        • Cycle Object Storage
    • Custom Connectors
      • Introduction to Custom Connectors
      • Methods
      • Triggers
      • Last Successful Run Date
      • Parameters
      • Scripting
      • Data Types
      • Paging
      • Custom Objects
      • Dynamic Custom Fields
      • Automatically Install Webhooks
      • Connector Standards
      • Settings
      • Custom Connector Authentication
      • Rate Limits

    Templates

    17
    • Introduction to Templates
    • Template Settings
    • Create a Template
    • Tools
    • Connectivity Tools
    • Map fields
    • Add Custom Fields
    • Custom Object Method Categories
    • Test Scripts
    • Collection splitting
    • Pass data between two steps
    • Test a template
    • Template versioning
    • Introduction to Cycles
    • Stop a cycle
    • Copy Cycles as Templates
    • Import or Export Templates

    Accounts

    5
    • Introduction to Accounts
    • Account Users
    • Sub Accounts
    • Connector Authentication Link
    • Export or Import Cycles

    Embedding

    17
    • Introduction to Embedding
    • ORBIT
    • Installing a Partner Connector
    • Embed Cyclr in an iFrame
    • Launch
      • Introduction to Launch
      • User Experience
      • Customize Appearance
      • Build Compatible Templates
      • Handle LAUNCH callbacks
      • Deploy LAUNCH
    • Marketplace
      • Introduction to Marketplace
      • Set up a Marketplace
      • Styling Marketplace
      • Deploying a Marketplace
      • Marketplace Callback
      • Marketplace Webhook Callback
      • Marketplace Settings

    API

    19
    • Introduction to the Cyclr API
    • Authentication
    • Authorize Account API calls
    • Install Connectors into an Account
    • Install a Cycle from a Template
    • Step Setup
    • Activate a Cycle
    • Install Connectors
    • Create an Account
    • API Example Walkthrough
    • Connector Authentication
      • Introduction to Connector Authentication
      • API Key Authentication
      • HTTP Basic Authentication
      • OAuth Authentication
    • Data on Demand
      • Introduction to Data on Demand
      • Get Account Connectors
      • Get Connector Methods
      • Call a Connector Method
      • IP Restriction

    Deep Data Ingestion

    3
    • Vector Databases Introduction
    • Preparing and Ingesting Data into Vector Databases
    • Querying & Retrieving Data from Vector Databases

    Real-Time Actions

    6
    • Generic Webhook
    • Introduction to Data on Demand
    • Get Account Connectors
    • Get Connector Methods
    • Call a Connector Method
    • IP Restriction

    Release Notes

    32
    • Introduction to Release Notes
    • 2025
      • 2025-10
      • 2025-09
      • 2025-08
      • 2025-07
      • 2025-06
      • 2025-05
      • 2025-04
      • 2025-03
      • 2025-02
      • 2025-01
    • 2024
      • 2024-12
      • 2024-11
      • 2024-10
      • 2024-09
      • 2024-08
      • 2024-07
      • 2024-06
      • 2024-05
      • 2024-04
      • 2024-03
      • 2024-02
      • 2024-01
    • 2023
      • 2023-12
      • 2023-11
      • 2023-10
      • 2023-06
      • 2023-05
      • 2023-04
    • Archive
      • Archive
      • 2022
      • 2021
    View Categories
    • Home
    • Documentation
    • API
    • Introduction to the Cyclr API

    Introduction to the Cyclr API

    3 min read

    Cyclr has its own REST API, allowing you to manage your Accounts and Cycles, as well as install Templates and Connectors.

    You can use the interactive Cyclr API documentation page to view available API endpoints and parameters, as well as to help you test endpoints as you work with it.

    API Domain and Reference Documentation #

    Your Cyclr API Domain depends on the Cyclr Instance your Partner Console is hosted on:

    Cyclr Console LocationAPI DomainInteractive API Reference
    my.cyclr.comhttps://api.cyclr.comUS API Reference
    us2.cyclr.comhttps://api.us2.cyclr.comUS2 API Reference
    my.cyclr.ukhttps://api.cyclr.ukUK API Reference
    eu.cyclr.comhttps://api.eu.cyclr.comEU API Reference
    Private Instancehttps://{your‑api‑instance}https://{your‑api‑instance}/docs/index

    API Reference Authorization #

    Note: The Cyclr API reference page has been updated in Release R25-10 (available from 14th October 2025). It’s visually quite different, but the actual Cyclr API has not been modified so still provides the same features.

    Cyclr’s API uses OAuth authentication. For more information, see the API authentication documentation.

    The Cyclr API is divided into two parts: Partner Level and Account Level. You can use the same OAuth Access Token for both, but Account level endpoints require an additional X-Cyclr-Account HTTP header to be included with the request, to identify which Cyclr Account to execute the call against.

    Cyclr API Reference Walkthrough #

    To view the Cyclr API reference page, you’ll need to know the Cyclr Instance your Console is hosted on, then use the table above to locate the “Interactive API Reference” page for it.

    Once you’re viewing the Cyclr API reference page, you can run the “Authentication” call where you provide your Cyclr Console’s Client ID and Client Secret values, and that will obtain an Access Token which is then automatically available to all endpoints on the page.

    • To do this, retrieve your Cyclr Console’s Client ID and Client Secret values and enter them in the fields shown in the screenshot above.
    • Select the “Authorize” button to authenticate the page, enabling all endpoints to use an Access Token that’s returned.

    You can scroll to any Cyclr API endpoint and select a particular “format” to view how that call could be coded, e.g. with a C# HttpClient, Go or Node.js.

    You can also go on to execute a call by selecting the “Test Request” button:

    Warning: Calls you make on this page to the Cyclr API are actually executed so can modify your Accounts, Cycles, etc.

    After selecting any “Test Request” buttons, a popup will be displayed, giving you a complete view of the call and any HTTP Headers, Query Parameters and so on, that can be provided to the endpoint.

    If you use tools such as Postman, this should be familiar to you.

    If you have already run the “Authentication” endpoint on the page, an Access Token will be set in the top left, allowing you to select the “Send” button along the top to execute that call.

    If not, you’ll see fields to provide your Cyclr Console’s Client ID and Client Secret to first generate one.

    Once you’ve generated an Access Token on the page, it will automatically be used for other calls until you select the “Clear” button.

    What are your Feelings

    • Happy
    • Normal
    • Sad

    Share This Article :

    • Facebook
    • X
    • LinkedIn
    • Pinterest
    Authentication
    Page Contents
    • API Domain and Reference Documentation
    • API Reference Authorization
      • Cyclr API Reference Walkthrough

    Company

    • Company
    • About Us
    • Security and Compliance
    • Pricing
    • Blog
    • Branding
    • Embedded iPaaS
    • Release Notes

    Legal

    • Website Terms
    • Privacy Policy
    • Terms and Conditions
    • Data Protection Agreement
    • SLA
    • GDPR

    UK Office

    +44 (0) 3300 102 525

    US Office

    +1 (646) 585-2525

    Cyclr Logo

    White labelled API integration framework for creating & managing in-app SaaS integrations.

    © 2025 Cyclr. All rights reserved.