USERS API
Complete API reference for the users endpoint.
Overview
This endpoint allows you to manage users resources in your application. All requests must include proper authentication headers.
Available Endpoints
GET
/api/usersList all users
POST
/api/usersCreate a new user
PUT
/api/users/:idUpdate an existing user
DELETE
/api/users/:idDelete a user
Authentication
All API requests require authentication using a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_TOKENRate Limiting
API requests are limited to 1000 requests per hour per API key. Rate limit information is included in response headers.