cURL
curl --request POST \ --url https://api.anchorbrowser.io/v1/integrations \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data ' { "name": "My 1Password Integration", "type": "1PASSWORD", "credentials": { "type": "serviceAccount", "data": { "serviceAccount": "ops_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" } } } '
{ "data": { "integration": { "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" } } }
Creates a new integration with a third-party service like 1Password. The integration can then be used in browser sessions to automatically load secrets and credentials.
API key passed in the header
Name for the integration
1
"My 1Password Integration"
The type of integration
1PASSWORD
Show child attributes
Integration created successfully
Was this page helpful?