/v1/connections/{connectionId}
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
connectionId*string
Length
1 <= lengthResponse 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"}