EndpointsConnections
Create-Connections
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Input DTO for creating a connection.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/v3/connections" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "type": "string" }'{ "data": { "id": "stringstringstringstring", "account_id": "stringstringstringstring", "name": "string", "type": "string", "last_processed": "2019-08-24T14:15:22Z", "last_result_operation": true, "source": "string", "email": "string", "url": "string", "port": 0, "user": "string", "use_tls": true, "created": "2019-08-24T14:15:22Z", "modified": "2019-08-24T14:15:22Z" }, "errors": [ { "name": "string", "description": "string" } ], "pagination": { "next_page": "string", "previous_page": "string" }}