The following pages and posts are tagged with
Title | Type | Excerpt |
---|---|---|
Transaction Error Handling | Page | Cyclr can be configured to make an HTTP Request if an error occurs in a running Cycle as a way of alerting you or your support staff. This is performed as an HTTP POST Request to a URL you specify and contains JSON structured data in its Request Body.. The... |
API Authentication (deprecated) | Page | Password Grant support is ending Password Grant will cease to be supported and will stop functioning after May 2021. You should migrate to Client Credentials before then. This document is for authenticating with the Cyclr API using the OAuth 2.0 Password Grant... |
API Authentication | Page | Cyclr API can be authenticated using the Client Credentials and Password flows. The Password flow will cease to be supported and stop functioning after May 2021. You should migrate to Client Credentials before then. This document is for authenticating with the Cyclr API using the OAuth 2.0 Client... |
API Endpoints | Page | Cyclr provides Swagger documentation for the API, the location depends on your instance. Instance Docs US api.cyclr.com/docs/index UK api.cyclr.uk/docs/index EU api.eu.cyclr.com/docs/index Private https://{your-api-instance}/docs/index |
Call a Connector Method | Page | Introduction In this guide, you will use the Cyclr API to call a connector method. Cyclr will act as a proxy and pass your request to the external application. Before you start, you’ll need to have created a Cyclr Account and have installed and authenticated an Account Connector within... |
Custom Service Domain | Page | 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... |
Embedding Cyclr in an iframe | Page | To embed Cyclr in an iframe within your own application, you will need to take the following steps: Obtain an Access Token that enables you to make calls against the Cyclr API Obtain a user-specific Sign-in Token Build the URL for your iframe 1. Obtain a Cyclr... |
Install a Connector | Page | This article will guide you through installing a connector into an account. You must already have an OAuth Access Token. Getting the connector ID You need the ID of a connector before you can install it. You can find a connector by calling the /v1.0/connectors endpoint, this will... |
Install a Template | Page | Introduction In this guide, you will use Cyclr API to install a template. Before you start, make sure you have published your template in the Console. Getting Templates You can quickly get all the published templates using the following request: Request curl... |
Embedding Cyclr Overview | Page | This article provides a broad overview of how Cyclr works with your app: Connect your API Create integrations User interface Hosted or self hosted 1. Connect your API Our connectivity framework makes it very easy to add a platform connector for your app to Cyclr. With your... |
Release Notes | Page | 2022 25th April 2022 Console: Improve transactions view with split notification and filter view by parent transaction Console: Make templates/cycles directly navigable from transactions view API: Enforce name field requirement for account creation calls Launch: Add user visible template note Connector Management: Improve method category deletion experience... |