{ "opencollection": "1.0.0", "info": { "name": "AnchorBrowser Agentic capabilities Identities API", "version": "1.0.0" }, "items": [ { "info": { "name": "Identities", "type": "folder" }, "items": [ { "info": { "name": "Create Identity", "type": "http" }, "http": { "method": "POST", "url": "https://api.anchorbrowser.io/v1/identities", "params": [ { "name": "validateAsync", "value": "", "type": "query", "description": "Whether to validate the identity asynchronously. Defaults to true." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "anchor-api-key", "value": "{{anchor-api-key}}", "placement": "header" } }, "docs": "Creates a new identity for the given source. Credentials are optional.\n" }, { "info": { "name": "Get Identity", "type": "http" }, "http": { "method": "GET", "url": "https://api.anchorbrowser.io/v1/identities/:identityId", "params": [ { "name": "identityId", "value": "", "type": "path", "description": "The ID of the identity to retrieve" } ], "auth": { "type": "apikey", "key": "anchor-api-key", "value": "{{anchor-api-key}}", "placement": "header" } }, "docs": "Retrieves details of a specific identity by its ID.\n" }, { "info": { "name": "Update Identity", "type": "http" }, "http": { "method": "PUT", "url": "https://api.anchorbrowser.io/v1/identities/:identityId", "params": [ { "name": "identityId", "value": "", "type": "path", "description": "The ID of the identity to update" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "anchor-api-key", "value": "{{anchor-api-key}}", "placement": "header" } }, "docs": "Updates an existing identity's name, metadata, or credentials.\n" }, { "info": { "name": "Delete Identity", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.anchorbrowser.io/v1/identities/:identityId", "params": [ { "name": "identityId", "value": "", "type": "path", "description": "The ID of the identity to delete" } ], "auth": { "type": "apikey", "key": "anchor-api-key", "value": "{{anchor-api-key}}", "placement": "header" } }, "docs": "Deletes an existing identity.\n" } ] } ], "bundled": true }