What is an API? An API (Application Programming Interface) lets you request or send data between systems, on demand. You control when and how the request is made. You pull data when needed Used for: fetching user profiles, sending messages, cre ...
Every request to the ConverseIQ API must include an x-api-key header containing a valid API key. You can generate an API Key by going to Settings → API settings → Add new API key, where you’ll also have the option to label it. For en ...
Webhooks enable you to transmit data from ConverseIQ to external platforms when specific events occur. To subscribe to events, go to Settings, then API settings, and click on the "Webhook" tab. From there, add a new Webhook endpoint. In the dialog box th ...
API data types refer to the structure and format of the values sent and received in the API. These define how data should be formatted in your requests and how to interpret responses. User { "guid": "00000000-0000-0000-0000-000000000000", "e ...