Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Replicated team API

The team API from Replicated — 11 operation(s) for team.

Replicated team API is one of 22 APIs that Replicated publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include team. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and an API reference.

This API exposes 12 operations across 11 paths, and defines 7 schemas. It is described by OpenAPI 2.0, at version 3.0.0.

Requests are made against the base URL https://api.replicated.com/vendor/v3.

12 operations 11 paths 7 schemas 2 DELETE5 GET3 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
3.0.0
Base URL
https://api.replicated.com/vendor/v3
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Replicated team API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (api_key).

Paths & Operations 12

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

team 12
GET
/app/{app_id}/images
Lists all registry images for an app by ID.
listAppImages 1 param → 200401403404
POST
/app/{app_id}/images/delete
Deletes registry images for an app by ID.
deleteAppImages 2 params → 200400401403404
GET
/team
Get the current team.
getTeam → 200400401403404
PUT
/team/default-app
Set or clear the team's default application.
updateTeamDefaultApp 1 param → 200400401403
POST
/team/invite
Create a pending team invite.
createInvite 1 param → 201400401403404
DELETE
/team/invite/{email}
Delete a pending team invite.
deleteInvite 1 param → 204400401403404
PUT
/team/invite/{id}
Update a pending team invite.
updatePendingInvite 2 params → 204400401403404
GET
/team/member/{id}
Get a team member.
getTeamMember 1 param → 200400401403404
GET
/team/members
List team members.
listTeamMembers 1 param → 200400401403404
DELETE
/team/serviceaccount
Remove a service account from a team.
removeServiceAccount → 204400401403404
GET
/team/serviceaccounts
List service accounts for a team.
listServiceAccounts → 200400401403404
POST
/team/serviceaccounts
Create a service account for a team.
createTeamServiceAccount 3 params → 201400401403404

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Team (20 properties), VendorTeamMember (14 properties), ServiceAccount (9 properties), User (8 properties). Each schema is shown below with its type and property counts.

Image
object
2 properties
Team
object
20 properties
ComplexityRequirements
object
4 properties
UpdateTeamMemberRequest
object
1 property
User
object
8 properties
ServiceAccount
object
9 properties
VendorTeamMember
object
VendorTeamMember represents a team member in the vendor API
14 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

replicated-team-api-openapi.yml Raw ↑

Other APIs Replicated publishes across the network.

Replicated apps API
Replicated channelReleases API
Replicated channels API
Replicated clusterAddons API
Replicated clusters API
Replicated cmx API
Replicated customers API
Replicated customHostnames API
Replicated enterprisePortal API
Replicated externalRegistries API
Replicated instances API
Replicated networks API