Skip to main content
GET
/
integrations
List connected integrations
curl --request GET \
  --url https://app.myhero.so/integrations \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "scopes": [
        "<string>"
      ],
      "createdAt": "<string>",
      "accountLabel": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

HERO personal access token

Response

200 - application/json

200 response

data
object[]
required