Plytix
EndpointsConnections

Get-Connections

GET
/api/v3/connections/{identifier}

Path Parameters

identifier*Identifier

Response Body

application/json

application/json

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