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

The user API from Replicated — 2 operation(s) for user.

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

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

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

3 operations 2 paths 3 schemas 1 DELETE1 GET1 POST

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 user API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (api_key).

Paths & Operations 3

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

user 3
POST
/user/token
Create an API token for the current user.
createUserApiToken 1 param → 201400401403
DELETE
/user/token
Remove a user API token by name (body param).
removeUserApiToken 1 param → 204400401403
GET
/user/tokens
List API tokens for the current user.
listUserApiTokens → 200400401403

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are ApiToken (4 properties), CreateUserApiTokenRequest (2 properties), RemoveApiTokenRequest (1 property). Each schema is shown below with its type and property counts.

RemoveApiTokenRequest
object
1 property
ApiToken
object
4 properties
CreateUserApiTokenRequest
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

replicated-user-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