{ "opencollection": "1.0.0", "info": { "name": "Asset Graph Account Management Supply Chain Intelligence API", "version": "1.0.12" }, "items": [ { "info": { "name": "Supply Chain Intelligence", "type": "folder" }, "items": [ { "info": { "name": "Censys List Supply Chains", "type": "http" }, "http": { "method": "GET", "url": "https://graph.data.censys.io/v1/supplychains", "headers": [ { "name": "X-Organization-ID", "value": "11111111-2222-3333-4444-555555555555" } ], "params": [ { "name": "organization_id", "value": "11111111-2222-3333-4444-555555555555", "type": "query", "description": "The ID of a Censys organization to associate the request with. See the [Getting Started docs](https://docs.censys.com/reference/get-started#step-3-find-and-use-your-organization-id-optional) for more information." }, { "name": "page_size", "value": "", "type": "query", "description": "Maximum number of supply chains to return per page." }, { "name": "page_token", "value": "", "type": "query", "description": "Pagination token from a previous response to retrieve the next page of results." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a paginated list of supply chain IDs for the organization.

This endpoint does not cost credits to execute." }, { "info": { "name": "Censys Search Suppliers", "type": "http" }, "http": { "method": "GET", "url": "https://graph.data.censys.io/v1/supplychains/suppliers", "headers": [ { "name": "X-Organization-ID", "value": "11111111-2222-3333-4444-555555555555" } ], "params": [ { "name": "organization_id", "value": "11111111-2222-3333-4444-555555555555", "type": "query", "description": "The ID of a Censys organization to associate the request with. See the [Getting Started docs](https://docs.censys.com/reference/get-started#step-3-find-and-use-your-organization-id-optional) for more information." }, { "name": "keywords", "value": "Anthropic", "type": "query", "description": "Search keywords matched against supplier display names." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Search for suppliers by display name keywords. Results are capped and not paginated.

This endpoint does not cost credits to execute." }, { "info": { "name": "Censys Adds Supplier to Supply Chain", "type": "http" }, "http": { "method": "POST", "url": "https://graph.data.censys.io/v1/supplychains/suppliers", "headers": [ { "name": "X-Organization-ID", "value": "11111111-2222-3333-4444-555555555555" } ], "params": [ { "name": "organization_id", "value": "11111111-2222-3333-4444-555555555555", "type": "query", "description": "The ID of a Censys organization to associate the request with. See the [Getting Started docs](https://docs.censys.com/reference/get-started#step-3-find-and-use-your-organization-id-optional) for more information." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add a list of suppliers to the specific supply chain." }, { "info": { "name": "Censys Remove a Supplier from a Supply Chain", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.data.censys.io/v1/supplychains/suppliers/:supplier_id", "headers": [ { "name": "X-Organization-ID", "value": "11111111-2222-3333-4444-555555555555" } ], "params": [ { "name": "organization_id", "value": "11111111-2222-3333-4444-555555555555", "type": "query", "description": "The ID of a Censys organization to associate the request with. See the [Getting Started docs](https://docs.censys.com/reference/get-started#step-3-find-and-use-your-organization-id-optional) for more information." }, { "name": "supplier_id", "value": "11111111-2222-3333-4444-555555555555", "type": "path", "description": "The ID of a Censys supplier to remove from the given supply chain." }, { "name": "supply_chain_id", "value": "11111111-2222-3333-4444-555555555555", "type": "query", "description": "The ID of a Censys supply chain." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Remove a supplier from the specified supply chain." } ] } ], "bundled": true }