INDEX / DEVELOPMENT / ANCHORE ENGINE API SERVER
№ APD-01463
UNCLAIMED
LISTING

This entry was filed by our crawler. Is it yours?

Claim it to edit the listing, publish your OpenAPI spec as a full reference, see traffic analytics — and optionally sell access right here.

№ APD-01463 · FIRST INDEXED 2026-08-27

Anchore Engine API Server

This is the Anchore Engine API. Provides the primary external API for users of the service.
SOURCE: DISCOVERY-APISGURU
DOMAIN: anchore.io
REGISTRY RECORD
AS OBSERVED — UNVERIFIED
AUTHunknown
PRICINGunknown
CATEGORIESdevelopment
STATUSunclaimed
DOCS STATUSmoved — see final url
LAST CRAWL2026-08-27 05:42
ABOUT
FROM ANCHORE.IO
Anchore's software supply chain solutions automate vulnerability scanning, strengthen container security, and support compliance with NIST, FedRAMP & more.
ENDPOINTS
STRUCTURED FROM OPENAPI 3.0
GET
/
Simple status check
GET
/account
List the account for the authenticated user
GET
/accounts
List user summaries. Only available to the system admin user.
POST
/accounts
Create a new user. Only avaialble to admin user.
GET
/accounts/{accountname}
Get info about an user. Only available to admin user. Uses the main user Id, not a username.
DELETE
/accounts/{accountname}
Delete the specified account, only allowed if the account is in the disabled state. All users will be deleted
PUT
/accounts/{accountname}/state
Update the state of an account to either enabled or disabled. For deletion use the DELETE route
GET
/accounts/{accountname}/users
List accounts for the user
POST
/accounts/{accountname}/users
Create a new user
GET
/accounts/{accountname}/users/{username}
Get a specific user in the specified account
DELETE
/accounts/{accountname}/users/{username}
Delete a specific user credential by username of the credential. Cannot be the credential used to authenticate
GET
/accounts/{accountname}/users/{username}/credentials
Get current credential summary
+ 100 MORE ENDPOINTS IN THE SPEC