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
- Mock serverhttps://docs.meshes.dev/_mock/openapi/api/v1/connections
- https://api.meshes.io/api/v1/connections
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.meshes.dev/_mock/openapi/api/v1/connections \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "count": 0, "limit": 0, "next_cursor": "string", "records": [ { … } ] }
Bodyapplication/jsonrequired
Enum"activecampaign""aweber""hubspot""intercom""mailchimp""mailerlite""resend""salesforce""slack""webhook"
hiddenboolean
Default false
- Mock serverhttps://docs.meshes.dev/_mock/openapi/api/v1/connections
- https://api.meshes.io/api/v1/connections
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.meshes.dev/_mock/openapi/api/v1/connections \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
"type": "activecampaign",
"name": "string",
"metadata": {
"property1": null,
"property2": null
},
"hidden": false
}'Response
application/json
{ "connection": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89", "type": "activecampaign", "name": "string", "metadata": { … }, "action_data": { … }, "hidden": false, "created_by": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } }
- Mock serverhttps://docs.meshes.dev/_mock/openapi/api/v1/connections/{connection_id}
- https://api.meshes.io/api/v1/connections/{connection_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.meshes.dev/_mock/openapi/api/v1/connections/{connection_id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89", "type": "activecampaign", "name": "string", "metadata": { "property1": null, "property2": null }, "action_data": { "property1": null, "property2": null }, "hidden": false, "created_by": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }
- Mock serverhttps://docs.meshes.dev/_mock/openapi/api/v1/connections/{connection_id}
- https://api.meshes.io/api/v1/connections/{connection_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://docs.meshes.dev/_mock/openapi/api/v1/connections/{connection_id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"metadata": {
"property1": null,
"property2": null
},
"hidden": true
}'Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89", "type": "activecampaign", "name": "string", "metadata": { "property1": null, "property2": null }, "action_data": { "property1": null, "property2": null }, "hidden": false, "created_by": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }
- Mock serverhttps://docs.meshes.dev/_mock/openapi/api/v1/connections/{connection_id}
- https://api.meshes.io/api/v1/connections/{connection_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.meshes.dev/_mock/openapi/api/v1/connections/{connection_id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"force_delete": true
}'Response
application/json
{ "id": "string", "type": "activecampaign" }
- Mock serverhttps://docs.meshes.dev/_mock/openapi/api/v1/connections/{connection_id}/actions
- https://api.meshes.io/api/v1/connections/{connection_id}/actions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.meshes.dev/_mock/openapi/api/v1/connections/{connection_id}/actions' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock serverhttps://docs.meshes.dev/_mock/openapi/api/v1/connections/{connection_id}/fields
- https://api.meshes.io/api/v1/connections/{connection_id}/fields
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.meshes.dev/_mock/openapi/api/v1/connections/{connection_id}/fields?refresh=true' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "workspace_id": "0967198e-ec7b-4c6b-b4d3-f71244cadbe9", "connection_id": "d3547de1-d1f2-4344-b4c2-17169b7526f9", "integration_type": "activecampaign", "catalog_version": "string", "refreshed_at": "2019-08-24T14:15:22Z", "created_by": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "fields": [ { … } ] }
- Mock serverhttps://docs.meshes.dev/_mock/openapi/api/v1/connections/{connection_id}/mappings/default
- https://api.meshes.io/api/v1/connections/{connection_id}/mappings/default
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.meshes.dev/_mock/openapi/api/v1/connections/{connection_id}/mappings/default' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "status": "stored", "mapping": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "mapping_id": "9fd90e5f-616a-481f-87a6-42d72ba405e7", "version": 0, "workspace_id": "0967198e-ec7b-4c6b-b4d3-f71244cadbe9", "connection_id": "d3547de1-d1f2-4344-b4c2-17169b7526f9", "integration_type": "activecampaign", "name": "string", "schema": { … }, "catalog_version": "string", "created_by": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } }
- Mock serverhttps://docs.meshes.dev/_mock/openapi/api/v1/connections/{connection_id}/mappings/default
- https://api.meshes.io/api/v1/connections/{connection_id}/mappings/default
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://docs.meshes.dev/_mock/openapi/api/v1/connections/{connection_id}/mappings/default' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"workspace_id": "0967198e-ec7b-4c6b-b4d3-f71244cadbe9",
"mapping_id": "9fd90e5f-616a-481f-87a6-42d72ba405e7",
"expected_version": 0,
"name": "string",
"schema": {
"schema_version": 1,
"fields": [
{
"dest": "string",
"source": {
"type": "literal",
"value": "string"
},
"transforms": [
{
"type": "to_string"
}
],
"on_error": "skip_field",
"notes": "string"
}
],
"meta": {
"name": "string",
"notes": "string"
}
}
}'Response
application/json
{ "status": "stored", "mapping": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "mapping_id": "9fd90e5f-616a-481f-87a6-42d72ba405e7", "version": 0, "workspace_id": "0967198e-ec7b-4c6b-b4d3-f71244cadbe9", "connection_id": "d3547de1-d1f2-4344-b4c2-17169b7526f9", "integration_type": "activecampaign", "name": "string", "schema": { … }, "catalog_version": "string", "created_by": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } }