How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Anaconda Account API

User account actions

Anaconda Account API is one of 24 APIs that Anaconda publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Account. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 19 operations across 15 paths, and defines 27 schemas. It is described by OpenAPI 3.2.0, at version 6.5.

Requests are made against a single base URL, https://api.anaconda.cloud/api.

19 operations 15 paths 27 schemas 2 DELETE12 GET3 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
6.5
Base URL
https://api.anaconda.cloud/api
Authentication
HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 2

Anaconda Account API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (jwt). An API key is passed in the header as X-Auth (user_token).

Paths & Operations 19

Across 15 paths, the API surfaces 19 operations — 2 DELETE, 12 GET, 3 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

account 19

User account actions

GET
/system/history
Get full history of all system events
repo.endpoints.system.history 4 params → 200400401403500
POST
/account/registerdeprecated
This allows a non-user to create an user
repo.endpoints.account.register body → 200400500
GET
/account/register/{account_id}deprecated
Once a new user is registered they must confirm their registration via an email
repo.endpoints.account.register_confirm 1 param → 200400500
POST
/account/unregisterdeprecated
This allows a user to unregister their account
repo.endpoints.account.unregister → 200401403404500
GET
/account/unregister/{account_id}deprecated
This is confirm that the user does want to unregister their account from repo
repo.endpoints.account.unregister_confirm 1 param → 200400500
GET
/account
This gets the account data for the currently logged in user.
repo.endpoints.account.get_account → 200400401403404500
PUT
/accountdeprecated
Edit the currently logged in user's account
repo.endpoints.account.edit_account body → 200400401403404500
DELETE
/accountdeprecated
Delete the account temporarily until confirmed
repo.endpoints.account.delete → 200400401403404500
GET
/account/tokens
Get user tokens for current account
repo.endpoints.tokens.user_tokens.list_tokens → 200401403500
POST
/account/tokens
Create a new user token
repo.endpoints.tokens.user_tokens.post_token body → 200401403500
GET
/account/token-info
Get information about the current user token, provided with X-Auth header
repo.endpoints.tokens.user_tokens.info → 200401403500
PUT
/account/tokens/{token_id}
Update user token information
repo.endpoints.tokens.user_tokens.put_token 2 params body → 200401403404500
DELETE
/account/tokens/{token_id}
Delete specific user token
repo.endpoints.tokens.user_tokens.delete_token 1 param → 204401403404500
GET
/account/history
Get the history logs for the account
repo.endpoints.account.history 4 params → 200400401403500
GET
/account/history/ws
repo.endpoints.account.publish_events 2 params → 101400
GET
/account/logsdeprecated
Get the audit logs for the account
repo.endpoints.account.logs 5 params → 200400401403404500
GET
/account/channels
Get channels the user has access to
repo.endpoints.channels.channels.list_my_channels 5 params → 200400404500
GET
/account/permissions
Get the permissions for this user's account
repo.endpoints.account.get_user_permissions → 200400404500
GET
/account/scopes
Get the scopes for specific user account
repo.endpoints.account.get_user_scopes → 200401500

Schemas 27

The contract defines 27 schemas that model the data the API accepts and returns. The most detailed are Channel (13 properties), User (7 properties), UserResourceToken (6 properties), UserScopeToken (6 properties). Each schema is shown below with its type and property counts.

Channel
object
Channel object
13 properties 1 required
Account
object
Data pertaining to an account
4 properties 3 required
ChannelIndexingBehavior
string
channel indexing behavior
FilterIncludeSpecs
array
A list of MatchSpec strings, for including from excluded list General format is (channel(/subdir):(namespace):)name(version(build))[key1=value1,key2=value2]
UserTokenCreateResourceRequest
object
4 properties 2 required
UserTokenCreateResponse
object
2 properties
UserTokenUpdateResponse
object
1 property
AccountUpdateRequest
object
Data pertaining to an account
1 property 1 required
FilterExcludeSpecs
array
A list of MatchSpec strings, for excluding specific packages. General format is (channel(/subdir):(namespace):)name(version(build))[key1=value1,key2=value2]
UserScopeToken
object
6 properties
VirtualChannelSource
object
2 properties 1 required
UserTokenCreateRequest
The token could be created either scope or resource based.
AccountAuditLog
object
Activity performed by the account
UserTokenPermissionResourceItem
object
Represents a resource element, which user can access, for example specific channel. This enforces the default user authorization level.
3 properties 3 required
UserTokenInfo
object
3 properties
ErrorResponse
object
The metadata contained in an error response
3 properties
User
object
Use same structure for create and read
7 properties
UserPermission
object
3 properties
UserTokenCreateScopedRequest
object
4 properties 2 required
ChannelFilters
object
Filter directives for mirroring operation. Fields are optional. Can't have include and exclude licenses together. This attribute is not returned by default in…
3 properties
UserTokenList
object
The list of user tokens, either scope or resource types.
1 property
AccountHistory
object
Account events history
1 property 1 required
FilterLicenses
array
List of license familities to look for. Empty array means all licenses
UserTokenUpdateRequest
object
3 properties
ChannelType
string
channel type
UserResourceToken
object
6 properties
ChannelPrivacy
string
channel privacy channel

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

anaconda-account-api-openapi.yml Raw ↑

Other APIs Anaconda publishes across the network.

Anaconda.org Repository API
Anaconda MCP
Anaconda AI Navigator API API
Anaconda Artifacts API
Anaconda Audit Logs API
Anaconda Auth API
Anaconda Channels API
Anaconda Cves API
Anaconda Diagnosis API
Anaconda Docs API
Anaconda Files API
Anaconda Groups API
Where this information came from

This is an independent, third-party profile of Anaconda Account API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.