Authorizations
API key passed in the header
Response
List of integrations retrieved successfully
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"
}
]
}
}
Retrieves all integrations for the authenticated team.
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"
}
]
}
}
API key passed in the header
List of integrations retrieved successfully
Show child attributes
Was this page helpful?