Cyclr Community
  • Forums
  • Tutorials
  • Documentation
    • User Documentation
    • Connector Guides
  • Resources
    • New Features
    • Blog
    • Changelog
    • Support Portal
    • Newsletter Archive
    Sign in
    Cyclr Logo
    Cyclr Logo
    • Forums
    • Tutorials
    • Documentation
      • User Documentation
      • Connector Guides
    • Resources
      • New Features
      • Blog
      • Changelog
      • Support Portal
      • Newsletter Archive

    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
    • Appearance settings
    • Security settings
    • Data retention settings
    • Custom Service Domains
    • Handle transaction errors
    • Payload Size Limitations
    • Performance tips
    • GitHub Integration

    Connectors

    33
    • Introduction to Connectors
    • 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 Connectors
        • 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
      • 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

    Release Notes

    27
    • Introduction to Release Notes
    • 2025
      • 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
    • Cyclr Console
    • Custom Service Domains

    Custom Service Domains

    2 min read

    What is a Service Domain? #

    Each Cyclr Partner Console is given a unique host name called the Service Domain.

    The default Service Domain is typically {YourCompany}-h.cyclr.com.

    The Service Domain is used by Cyclr in its OAuth Callback URLs and webhook URLs.

    Because these can be seen by your customers, you may wish to use a “custom” Service Domain by using a host at your own domain.

    Using your own domain as a Cyclr Service Domain #

    To use your own domain as Cyclr Service Domain, follow these steps:

    • You must provide us with an SSL certificate and its Private Key for the domain you wish to use with Cyclr, e.g. integration.mydomain.com, which we will install on our web servers. Ensure your certificate meets our requirements.
    • You must create a CNAME DNS record pointing integration.mydomain.com to the Cyclr Instance your Console is hosted on. If you’re on the US Instance for example, that will be my.cyclr.com. Get in touch if you’re not sure.
    • Contact Cyclr Support once the above tasks have been completed and we’ll perform the necessary setup on your Cyclr Console.
    • You will need to provide details of a new SSL certificate before the existing one expires (we plan to make this less manual in future).

    Warning: Changing your Service Domain will change the domain used in Callback URLs and webhook URLs so should be updated in any external OAuth apps and third-party systems.
    Your “default” Service Domain will continue to function for inbound webhook requests and the User Login Page, if enabled.

    If you have a custom Service Domain enabled, it will show in your Console under Settings > General Settings along with your “default” Service Domain:

    Benefits of a custom Service Domain #

    Google verification #

    Google doesn’t verify third party domains so you need to set up a custom domain for Google to verify your application.

    Removes “cyclr” from Webhook and Callback/Redirect URLs #

    The domain set as your Cyclr Console’s Service Domain is used for Webhook URLs as well as Callback/Redirect URLs for Connectors using OAuth authentication. It may therefore be seen by your own customers. Because of this you may wish to change it to your own domain to remove mentions of Cyclr.

    Avoids issues with how some web browsers handle third party cookies #

    The Safari web browser and Chrome Incognito windows restrict access to third party cookies, causing errors when displaying Cyclr in an iframe to your users.

    You can avoid these by using a Service Domain which is a subdomain of the domain hosting your web application.

    SSL Certificate Requirements #

    When creating a new custom Service Domain, or updating the SSL Certificate for an existing one, we require ALL of the following 3 files:

    DescriptionFile
    The SSL Certificate itselfFile extension .cer
    Example: mydomain.com.cer
    The Private Key used to generate the SSL CertificateFile extension .key
    Example: mydomain.com.key
    A Certificate Authority “bundle” relating to the provider of your SSL CertificateFile extension .ca-bundle
    Example: mydomain.com.ca-bundle

    Note: If possible, please confirm the .cer and .key files are related before sending to ensure what you’re providing is correct.
    This can be done by using the command line openssl tool as follows:

    • openssl x509 -noout -modulus -in mydomain.com.cer | openssl md5
    • openssl rsa -noout -modulus -in mydomain-com.key | openssl md5

    The output from these 2 commands should be the same.

    Your SSL Certificate and supporting files must have been issued by a recognised Certificate Authority (CA). Examples of some well known CAs are Comodo and RapidSSL.

    They typically provide certificates that are valid for 12 months and can be provisioned from DNS providers such as GoDaddy and Name.com.

    Warning: We do not support SSL certificates issued by Let’s Encrypt as they expire after only 3 months.

    Share This Article :
    • Facebook
    • X
    • LinkedIn
    • Pinterest
    Data retention settingsHandle transaction errors
    Page Contents
    • What is a Service Domain?
    • Using your own domain as a Cyclr Service Domain
    • Benefits of a custom Service Domain
      • Google verification
      • Removes “cyclr” from Webhook and Callback/Redirect URLs
      • Avoids issues with how some web browsers handle third party cookies
    • SSL Certificate Requirements

    Company

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

    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


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

    © 2025 Cyclr. All rights reserved.