Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
API key passed in the header
List of integrations retrieved successfully
Show child attributes
Was this page helpful?