Skip to main content
GET
/
connections
Get Connections
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": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Default Response

data
object[]
required