Skip to main content
GET
/
v1
/
integrations
List Integrations
curl --request GET \
  --url https://api.anchorbrowser.io/v1/integrations \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "integrations": [
      {
        "id": "550e8400-e29b-41d4-a716-446655440000",
        "name": "My 1Password Integration",
        "type": "1PASSWORD",
        "path": "integrations/team-id/550e8400-e29b-41d4-a716-446655440000",
        "createdAt": "2024-01-01T00:00:00.000Z"
      }
    ]
  }
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Response

List of integrations retrieved successfully

data
object
I