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

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Returns all OAuth integration connections for the authenticated user. Each entry includes the provider, connection status, optional accountLabel, granted scopes, and createdAt timestamp.

Authorizations

Authorization
string
header
required

HERO personal access token

Response

200 - application/json

200 response

data
object[]
required