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 Groups API

Group management endpoints

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

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

This API exposes 16 operations across 9 paths, and defines 16 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.

16 operations 9 paths 16 schemas 4 DELETE5 GET4 POST3 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 Groups 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 16

Across 9 paths, the API surfaces 16 operations — 4 DELETE, 5 GET, 4 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

groups 16

Group management endpoints

GET
/channels/{channel_name}/groups
Get the channel groups
repo.endpoints.channels.channel_groups.list_groups 1 param → 200401403404500
POST
/channels/{channel_name}/groups
Add new group to the channel
repo.endpoints.channels.channel_groups.post_group 1 param body → 204401403404500
PUT
/channels/{channel_name}/groups/{group_id}
Update group channel permission
repo.endpoints.channels.channel_groups.change_group 2 params body → 200401403404409500
DELETE
/channels/{channel_name}/groups/{group_id}
Delete the group from the channel
repo.endpoints.channels.channel_groups.delete_group 2 params → 204401403404409500
GET
/channels/{channel_name}/subchannels/{subchannel_name}/groups
Get list of groups for the subchannel
repo.endpoints.channels.subchannel_groups.list_groups 2 params → 200401403404500
POST
/channels/{channel_name}/subchannels/{subchannel_name}/groups
Add a new group to the subchannel
repo.endpoints.channels.subchannel_groups.post_group 2 params body → 204401403404500
PUT
/channels/{channel_name}/subchannels/{subchannel_name}/groups/{group_id}
Update group subchannel permission
repo.endpoints.channels.subchannel_groups.change_group 3 params body → 200401403404409500
DELETE
/channels/{channel_name}/subchannels/{subchannel_name}/groups/{group_id}
Delete a group from the subchannel
repo.endpoints.channels.subchannel_groups.delete_group 3 params → 204401403404409500
GET
/groups
Get list of all groups
repo.endpoints.groups.list_all_groups 3 params → 200401403500
POST
/groups
Create a new group
repo.endpoints.groups.post_group body → 200400401403404500
GET
/groups/{group_id}
Get group details
repo.endpoints.groups.get_group 1 param → 200401403404500
PUT
/groups/{group_id}
Edit a group
repo.endpoints.groups.put_group 1 param body → 200400401403404500
DELETE
/groups/{group_id}
Delete a group
repo.endpoints.groups.delete_group 1 param → 204401403404500
POST
/groups/{group_id}/users
Add a user to the group
repo.endpoints.groups.add_user 1 param body → 200401403404500
DELETE
/groups/{group_id}/users/{user_id}
removes a user from the group
repo.endpoints.groups.delete_user 2 params → 200401403404500
GET
/groups/{group_id}/channels
Get list of the group channels
repo.endpoints.groups.list_channels 4 params → 200401403404500

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are Channel (13 properties), Subchannel (10 properties), Group (8 properties), ChannelGroup (7 properties). Each schema is shown below with its type and property counts.

Channel
object
Channel object
13 properties 1 required
ChannelGroupRequest
object
2 properties 2 required
ChannelGroup
object
Channel group relationship metadata
7 properties
GroupRequest
object
2 properties 2 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]
Group
object
Logical collection of users within a channel
8 properties
FilterExcludeSpecs
array
A list of MatchSpec strings, for excluding specific packages. General format is (channel(/subdir):(namespace):)name(version(build))[key1=value1,key2=value2]
VirtualChannelSource
object
2 properties 1 required
Subchannel
object
Nested channel object
10 properties
ErrorResponse
object
The metadata contained in an error response
3 properties
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
ChannelGroupPermissions
object
group members permissions to channel
1 property 1 required
FilterLicenses
array
List of license familities to look for. Empty array means all licenses
ChannelType
string
channel type
ChannelPrivacy
string
channel privacy channel

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

anaconda-groups-api-openapi.yml Raw ↑

Other APIs Anaconda publishes across the network.

Anaconda.org Repository API
Anaconda MCP
Anaconda Account API
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
Where this information came from

This is an independent, third-party profile of Anaconda Groups 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.