Request and Response Format
Updated Sep 11, 2026
1526 views
API Documentation
- Format: JSON
- Headers:
- Content-Type: application/json
- X-Api-Key: <your_api_key>
Example Request
json{ "name": "John Doe", "email": "john.doe@example.com", "phone": "123-456-7890" }
Example Response
json{ "id": "12345", "name": "John Doe", "email": "john.doe@example.com", "phone": "123-456-7890" }