Plytix
EndpointsConnections

Search-Connections

GET
/api/v3/connections

Response Body

application/json

curl -X GET "https://example.com/api/v3/connections"
{  "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"  }}