Sample API (1.0.0)

Download OpenAPI specification:Download

A demonstration API with nested references.

Get all users

Authorizations:
apiKeyAuth

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Get user by ID

Authorizations:
apiKeyAuth
path Parameters
userId
required
string

The ID of the user.

Responses

Response samples

Content type
application/json
{
  • "id": "string",
  • "name": "string",
  • "email": "string",
  • "address": {
    }
}