API Documentation

How to interact with our mock endpoints for testing.

Base URL

https://api.jsonmock.com/v1

Authentication

No authentication is required for basic mock endpoints.

Endpoints

GET /users

Returns a list of generated mock users.

[
  {
    "id": "uuid",
    "name": "Jane Doe",
    "email": "[email protected]"
  }
]