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 » Create an Account

    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
    • Create an Account

    Create an Account

    1 min read

    A Cyclr Account contains Account Connectors and Cycles, and typically has a one-to-one relationship with an account or customer in your own application.

    If an Account doesn’t already exist, you can create one.

    You must already have a Cyclr API Access Token.

    Request #

    POST /v1.0/accounts
    Authorization: Bearer ********************
    
        {
            "Name": "Test Account 001",
            "Description": "An account we will use for testing",
            "Timezone": "Europe/London",
            "StepDataSuccessRetentionHours": 168,
            "StepDataErroredRetentionHours": 336,
            "TransactionErrorWebhookEnabled": true,
            "TransactionErrorWebhookUrl": "https://webhook/path/here",
            "TransactionErrorWebhookIncludeWarnings": false
        }
    

    ParameterDescription
    NameDefines the name for the new account.
    DescriptionOptional: gives a description for the new account.
    TimezoneShows the timezone of the account as found in the TZ database name column of the IANA Timezone list.
    StepDataSuccessRetentionHoursOptional: defines how long Cyclr retains data after a successful transaction.
    StepDataErroredRetentionHoursOptional: defines how long Cyclr retains data after an unsuccessful transaction.
    TransactionErrorWebhookEnabledOptional: sends errors to the webhook URL if set to true.
    TransactionErrorWebhookUrlOptional: defines the webhook URL.
    TransactionErrorWebhookIncludeWarningsOptional: sends warnings to the webhook URL if set to true.

    Response #

    200 Ok
        {
            "CreatedDate": "2017-12-06T15:54:06.6440352Z"
            "Id": "00000000-0000-0000-0000-000000000000",
            "Name": "Test account 001",
            "Description": "An account we will use for testing",
            "AuditInfo": null,
        	"TaskAuditInfo": null,
            "Timezone": "Europe/London",
    	    "NextBillDateUtc": "2022-12-14T11:00:55.4629051Z",
        	"StepDataSuccessRetentionHours": 168,
       	    "StepDataErroredRetentionHours": 336,
        	"TransactionErrorWebhookEnabled": true,
            "TransactionErrorWebhookUrl": "https://webhook/path/here",
        	"TransactionErrorWebhookIncludeWarnings": false
        }
    

    ParameterDescription
    CreatedDateThe timestamp of account creation.
    IdThe account ID.
    NameThe account name.
    DescriptionThe account description.
    AuditInfoAny audit information for the account.
    TaskAuditInfoAny task audit information for the account.
    TimezoneThe account’s timezone.
    StepDataSuccessRetentionHoursThe data retention in hours after a successful transaction.
    StepDataErroredRetentionHoursThe data retention in hours after an unsuccessful transaction.
    TransactionErrorWebhookEnabledWhether errors are sent to the webhook URL.
    TransactionErrorWebhookUrlThe webhook URL.
    TransactionErrorWebhookIncludeWarningsWhether warnings are sent to wehook URL.

    #

    What are your Feelings

    • Happy
    • Normal
    • Sad

    Share This Article :

    • Facebook
    • X
    • LinkedIn
    • Pinterest
    Install ConnectorsAPI Example Walkthrough
    Page Contents
    • Request
    • Response

    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.