OpenapiV1Connections/v1/connections GET

/v1/connections

GET
/v1/connections

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/connections"
{  "data": [    {      "connectionId": "string",      "provider": "string",      "status": "string",      "scopes": [        "string"      ],      "createdAt": "2019-08-24T14:15:22Z",      "updatedAt": "2019-08-24T14:15:22Z"    }  ]}