Navigation
Mobile DocsNavigation
Mobile DocsMake HTTP requests
Make HTTP requests to any API endpoint with support for all standard HTTP methods (GET, POST, PUT, DELETE, PATCH). Configure headers, query parameters, and request bodies. Standard headers (User-Agent, Accept, Cache-Control, etc.) are automatically included.
Placeholder: https://api.example.com/v1/users
Layout: full
Layout: half
Options: GET, POST, PUT, DELETE
Layout: full
Custom headers (standard headers like User-Agent, Accept, etc. are added automatically)
Layout: full
Placeholder: {"name": "John Doe", "email": "john@example.com"}
Layout: full
Required
Required
Optional
Optional
Optional
Primary response type:
{
"data": "json",
"status": "number",
"headers": "json"
}