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

Caspio Users API

Application user management

Caspio Users API is one of 8 APIs that Caspio publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Users. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 3.0.0.

Requests are made against a single base URL, https://{account}.caspio.com/rest/v3.

5 operations 2 paths 1 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0.0
Base URL
https://{account}.caspio.com/rest/v3
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

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

Paths & Operations 5

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

Users 5

Application user management

GET
/users
List application users
listUsers → 200
POST
/users
Create a new application user
createUser body → 201
GET
/users/{username}
Get a single application user
getUser 1 param → 200
PUT
/users/{username}
Update a user
updateUser 1 param body → 200
DELETE
/users/{username}
Delete a user
deleteUser 1 param → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is User (4 properties). Each schema is shown below with its type and property counts.

User
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

caspio-users-api-openapi.yml Raw ↑

Other APIs Caspio publishes across the network.

Caspio REST API
Caspio Applications API
Caspio Authentication API
Caspio Files API
Caspio Tables API
Caspio Tasks API
Caspio Views API