Skip to content

Meshes API (1.0.0)

Meshes API for event ingestion, connections, rules, and workspace management.

Download OpenAPI description
Languages
Servers
Mock server
https://docs.meshes.dev/_mock/openapi
https://api.meshes.io

Connection related end-points

Operations
Operations

Integration related end-points

Operations

Request

Get the possible integrations metadata

Security
bearerAuth
curl -i -X GET \
  https://docs.meshes.dev/_mock/openapi/api/v1/integrations \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Default Response

Bodyapplication/json
countinteger>= 0required
limitinteger> 0required
next_cursorstring or null
recordsArray of objectsrequired
records[].​namestringrequired
records[].​typestringrequired
Enum"activecampaign""aweber""hubspot""intercom""mailchimp""mailerlite""resend""salesforce""slack""webhook"
records[].​authenticationobjectrequired
Any of:
records[].​authentication.​typestringrequired
Value"api_key"
records[].​authentication.​fieldsArray of objects
records[].​actionsobjectrequired
records[].​actions.​property name*objectadditional property
Response
application/json
{ "count": 0, "limit": 0, "next_cursor": "string", "records": [ {} ] }
Operations

Workspace related end-points

Operations