Cognito Forms uses a REST API.
The Cognito Forms REST API allows integration of existing systems with Cognito Forms without third-party tools.
An API key is required to use the Cognito Forms API. Organization owners and administrators can create custom integrations by generating an API key in the organization settings.
The API key can be passed in the URL if the external system does not support custom headers, by adding ?access_token=apikey
to the URL.
The API allows creating custom integrations between Cognito Forms and other applications.
It provides a way for two applications to communicate with each other.
The API has a reference guide available for more detailed information.
When using the API, it's important to follow the documentation and use the correct endpoints and parameters.
Secure handling of the API key is crucial to prevent unauthorized access.
Consider the API request billing when planning integrations.
In summary, Cognito Forms provides a REST API for integrating with their platform, allowing developers to create custom integrations and automate workflows involving Cognito Forms data.
Yes, the official Cognito Forms API does have webhooks.
The Cognito Forms API offers several types of events that you can subscribe to via webhooks. The main events are:
flow_session.status.updated
: This event is triggered when a user completes or fails a Flow session.flow_session.step.updated
: This event is triggered when a user moves to a new step in the Flow process.flow_session.retried
: This event is triggered when a new Flow session is started via the retry system.Key points about Cognito Forms webhooks:
flow_session.retried
webhook event.Event details:
flow_session.status.updated
events, the status
field can be one of: success
, failed
, expired
, canceled
, or pending_review
.flow_session.step.updated
events, the step
field indicates which step the user is currently completing. Possible steps include: accept_tos
, verify_sms
, kyc_check
, documentary_verification
, selfie_check
, screening
, and risk_check
.id
, timestamp
, data.id
, data.customer_reference
, and environment
.In conclusion, the Cognito Forms API provides a robust webhook system that allows you to subscribe to various events related to user flow sessions, enabling real-time updates and integration with your application.
Based on the search results provided, here are the key points regarding the API Rate Limits of the Cognito Forms API:
The API request limits vary depending on the plan level:
These request limits include integrations with Make, Power Automate, Zapier, JSON Webhooks, and the Cognito Forms API.
Large requests (over 100KB) are counted as multiple requests. For example:
If you exceed the number of included monthly requests, you'll be charged $20 per bucket of 100,000 requests.
You can monitor your integration usage on your organization's settings page.
If your external system does not support custom headers, you can include the API Key in the URL when sending data to Cognito Forms. Add ?access_token=apikey
to your URL, replacing apikey
with your actual key.
When integrating Cognito Forms with other applications, use the API to create custom integrations.
If sending data from one form to another, you can pass the API Key into the 'Create Entry POST URL' and insert it into the 'Submit Entry Endpoint' under your form's JSON settings.
It's important to note that these rate limits are specific to Cognito Forms and are different from Amazon Cognito's API limits, which were also mentioned in the search results but are not relevant to this specific question about Cognito Forms.
Based on the search results provided, here is the most up-to-date information about the Cognito Forms API:
The most recent version of the Cognito Forms API is referred to as the Cognito Forms REST API. There is no specific version number mentioned in the search results.
Key points to consider:
The Cognito Forms REST API allows users to integrate their existing systems with Cognito Forms without third-party tools [2][5].
As of June 20, 2022, all organizations have been updated to Cognito Forms V2, which includes improvements to the API [1].
The API provides the ability to programmatically interact with an organization's forms and entries [5].
To use the API, users need to create an API key, which can be done by organization owners and administrators [2].
The API offers different access levels for form data and form entries, including read, write, and delete permissions [2].
The API documentation includes a reference guide for more detailed information on its usage [2].
Best practices:
Keep your API key safe and secure, as it cannot be accessed again once generated [2].
Use the appropriate scope (Form Scope and Entry Scope) when setting up your API key to ensure the right level of access for your integration needs [2].
Consider using the API in conjunction with other integration options like Make, Microsoft Power Automate, or Zapier for more complex automation workflows [5].
Refer to the API reference guide for detailed information on available endpoints and operations [2][4].
In summary, while there isn't a specific version number mentioned for the Cognito Forms API, it is continuously updated and improved. The most recent major update to the overall Cognito Forms platform (V2) was released in June 2022, which likely included enhancements to the API as well.
Here's how you can get a developer account for Cognito Forms to create an API integration:
Sign up for a Cognito Forms account: To get started, you'll need to have a Cognito Forms account. If you don't already have one, sign up for an account on the Cognito Forms website.
Become an organization owner or administrator: API access is only available to organization owners and administrators. Ensure you have the appropriate permissions within your Cognito Forms organization.
Create an API key: Once you have the necessary permissions, follow these steps to create an API key:
Configure API key settings: After creating the API key, you can configure its settings:
Use the API key: Use the API key (bearer token) in the Authorization header when making API requests to Cognito Forms.
Based on the search results provided, here is a list of data models that can be interacted with using the Cognito Forms API, along with what is possible for each:
It's important to note that the Cognito Forms API primarily focuses on interacting with forms and their entries, allowing for various operations depending on the access level granted to the API key.