cURL
curl --request GET \ --url https://hub.griff.services/connections/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "organizationId": "<string>", "provider": "aws", "authMethod": "<string>", "hasCredentials": true, "oauthConnectedAt": "2023-11-07T05:31:56Z", "oauthScopes": [ "<string>" ], "metadata": {} } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes