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

Etcd Auth API

Authentication and authorization management for users and roles

Etcd Auth API is one of 10 APIs that Etcd publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 16 operations across 16 paths, and defines 31 schemas. It is described by OpenAPI 3.2.0, at version 3.5.

Requests are made against a single base URL, http://{host}:{port}/v3.

16 operations 16 paths 31 schemas 16 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
3.5
Server
http://{host}:{port}/v3
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Etcd Auth API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — JWT token obtained from the /auth/authenticate endpoint. Include in the Authorization header as "Bearer {token}".

Paths & Operations 16

Across 16 paths, the API surfaces 16 operations — 16 POST. Each is listed below with its method, path, parameters, and response codes.

Auth 16

Authentication and authorization management for users and roles

POST
/auth/enable
Etcd Enable authentication
authEnable → 200
POST
/auth/disable
Etcd Disable authentication
authDisable → 200
POST
/auth/authenticate
Etcd Authenticate a user
authAuthenticate body → 200401
POST
/auth/user/add
Etcd Add a user
authUserAdd body → 200400
POST
/auth/user/get
Etcd Get user details
authUserGet body → 200404
POST
/auth/user/delete
Etcd Delete a user
authUserDelete body → 200404
POST
/auth/user/list
Etcd List all users
authUserList → 200
POST
/auth/user/changepw
Etcd Change a user's password
authUserChangePassword body → 200404
POST
/auth/user/grant
Etcd Grant a role to a user
authUserGrantRole body → 200404
POST
/auth/user/revoke
Etcd Revoke a role from a user
authUserRevokeRole body → 200404
POST
/auth/role/add
Etcd Add a role
authRoleAdd body → 200400
POST
/auth/role/get
Etcd Get role details
authRoleGet body → 200404
POST
/auth/role/delete
Etcd Delete a role
authRoleDelete body → 200404
POST
/auth/role/list
Etcd List all roles
authRoleList → 200
POST
/auth/role/grant
Etcd Grant a permission to a role
authRoleGrantPermission body → 200404
POST
/auth/role/revoke
Etcd Revoke a permission from a role
authRoleRevokePermission body → 200404

Schemas 31

The contract defines 31 schemas that model the data the API accepts and returns. The most detailed are ResponseHeader (4 properties), AuthUserAddRequest (4 properties), AuthRoleRevokePermissionRequest (3 properties), AuthUserChangePasswordRequest (3 properties). Each schema is shown below with its type and property counts.

Permission
object
A permission granting access to a key range
3 properties
AuthUserAddRequest
object
Request to add a new user
4 properties 1 required
AuthUserRevokeRoleResponse
object
Response from a user role revoke operation
1 property
AuthRoleListResponse
object
Response from a role list operation
2 properties
AuthRoleGetResponse
object
Response from a role get operation
2 properties
ResponseHeader
object
Header included in every etcd response containing cluster metadata and the revision at which the response was generated.
4 properties
AuthUserAddResponse
object
Response from a user add operation
1 property
AuthRoleAddResponse
object
Response from a role add operation
1 property
AuthenticateResponse
object
Response from a successful authentication
2 properties
AuthRoleRevokePermissionRequest
object
Request to revoke a permission from a role
3 properties 2 required
AuthEnableResponse
object
Response from enabling authentication
1 property
AuthUserGetResponse
object
Response from a user get operation
2 properties
AuthRoleDeleteRequest
object
Request to delete a role
1 property 1 required
AuthUserGetRequest
object
Request to get user details
1 property 1 required
AuthUserChangePasswordRequest
object
Request to change a user's password
3 properties 1 required
AuthUserDeleteRequest
object
Request to delete a user
1 property 1 required
AuthRoleRevokePermissionResponse
object
Response from a role permission revoke operation
1 property
AuthRoleGrantPermissionResponse
object
Response from a role permission grant operation
1 property
Error
object
Error response from the etcd API
3 properties
AuthDisableResponse
object
Response from disabling authentication
1 property
AuthUserChangePasswordResponse
object
Response from a password change operation
1 property
AuthRoleGetRequest
object
Request to get role details
1 property 1 required
AuthRoleGrantPermissionRequest
object
Request to grant a permission to a role
2 properties 2 required
AuthUserGrantRoleResponse
object
Response from a user role grant operation
1 property
AuthUserDeleteResponse
object
Response from a user delete operation
1 property
AuthenticateRequest
object
Request to authenticate a user
2 properties 2 required
AuthUserGrantRoleRequest
object
Request to grant a role to a user
2 properties 2 required
AuthRoleDeleteResponse
object
Response from a role delete operation
1 property
AuthUserRevokeRoleRequest
object
Request to revoke a role from a user
2 properties 2 required
AuthRoleAddRequest
object
Request to add a new role
1 property 1 required
AuthUserListResponse
object
Response from a user list operation
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

etcd-auth-api-openapi.yml Raw ↑

Other APIs Etcd publishes across the network.

etcd gRPC API
etcd Concurrency API
etcd Metrics API
etcd v2 HTTP API
Etcd Cluster API
Etcd KV API
Etcd Lease API
Etcd Maintenance API
Etcd Watch API
Where this information came from

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