OpenapiV1ConnectionsConnectionid/v1/connections/{connectionId} GET

/v1/connections/{connectionId}

GET
/v1/connections/{connectionId}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

connectionId*string
Length1 <= length

Response Body

application/json

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