Introduction
Welcome to the API documentation. This guide will help you integrate and work with our RESTful API services.
Base URL
https://api.example.com/v1
Authentication
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.example.com/v1/users
Endpoints
/users
Retrieve a list of users
/users
Create a new user