Welcome to Cobalt’s API Reference! It allows developers to integrate and automate various functionalities within the Cobalt platform. This guide provides an overview of how to find the API key, descriptions of each available resource, and details about the rate limits of the Cobalt API.
If you do not want to expose your API Key in the frontend implementation, you can also make the following API Calls by using a Session token in the Header instead of x-api-key and Linked-account-id:
Config APIs
Config Field APIs
Refer here to understand how you can generate a Session Token for a Linked Account.
Cobalt API has specific rate limits to ensure efficient and fair usage.Standard Rate Limit: 20 events per second.Burst Rate Limit: Allows a burst of 5 events in an instant within a second.
The Cobalt API includes several resources, each serving a specific purpose. Below is a brief description of each resource:
Linked Account
Linked Accounts refer to the end-users or customers of our users who utilize the integrations built using the Cobalt platform.
Applications
This resource refers to the integrations that the user has enabled in the Cobalt platform.
Config
This resource refers to the configs created in Cobalt for each integration.
Event
This resource refers to the events that are created in Cobalt and are used to trigger workflows in any integration.
Webhooks
Webhooks allow users subscribe to get real-time notifications when events occur in Cobalt.
Executions
This resource fetches the details of an execution in Cobalt.
Session Token
This resource is used to generate a session token to authenticate a linked account.
Cobalt Hosted
This resource is used to create hosted portal URLs or the properties saved against the session token.
Public Workflows
This resource is used to manage public workflows created in Cobalt.
Datastores
This resource is used to manage datastores created in Cobalt.This overview provides the foundational knowledge needed to start working with Cobalt’s API. For more detailed information on each API endpoint, refer to the Cobalt API Reference.