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