Welcome to the Developer Portal API Documentation. Here, you will find detailed information about our APIs, including endpoints, parameters, and usage examples.
Endpoints
- GET /users - Retrieve a list of users.
- POST /users - Create a new user.
- PUT /users/{id} - Update an existing user.
- DELETE /users/{id} - Delete a user.
Parameters
Each endpoint accepts specific parameters. For example:
- /users:
limit
- The number of users to retrieve.offset
- The offset for pagination.
Usage Examples
Here's an example of how to use the /users
endpoint:
GET /users?limit=10&offset=0
This will return the first 10 users.
Resources
For more information, please visit our Developer Portal.
API Documentation