Skip to content

Integrations API [deprecated] (1.0.0)

Welcome to the Dixa integrations API. Remember to set your credentials using the 'Authorize' button. Note that this API is deprecated and equivalent functionality can be found in Dixa API.

Download OpenAPI description
Languages
Servers
Mock server
https://docs.dixa.io/_mock/openapi/integrations-api
The Server
https://docs.dixa.io

Users

Operations

Tags

Operations

Queues

Operations

Endpoints

Operations

Conversations

Operations

Message

Operations

Wrapup

Operations

Note

Operations

ActivityLog

Operations

flows

Operations

List the current flows for an organizationDeprecated

Request

Security
ApiKeyAuth or BearerAuth
curl -i -X GET \
  https://docs.dixa.io/_mock/openapi/integrations-api/v1/flows \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

A list of flows

Bodyapplication/json
dataArray of objects(ConversationFlow)
Response
application/json
{ "data": [ {} ] }