This page lists the available API endpoints for the English version of our service. To learn more about each endpoint, visit our API Documentation.
Available Endpoints
- GET /users - Retrieves a list of users.
- POST /users - Creates a new user.
- GET /users/{id} - Retrieves information about a specific user.
- PUT /users/{id} - Updates information for a specific user.
- DELETE /users/{id} - Deletes a specific user.
User Management
- GET /users - Accessible to all authenticated users. This endpoint returns a list of all users.
- POST /users - Only available to administrators. This endpoint allows you to create a new user.
- GET /users/{id} - Accessible to all authenticated users. This endpoint returns information about a specific user.
- PUT /users/{id} - Only available to administrators. This endpoint allows you to update information for a specific user.
- DELETE /users/{id} - Only available to administrators. This endpoint allows you to delete a specific user.
User Management
Next Steps
To get started with our API, visit our API Documentation for detailed information on each endpoint and usage examples.