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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Default Response

data
object
required