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