create_request
Add a new API request to a Postman collection by specifying method, URL, headers, and body for testing and documentation.
Instructions
Create a new API request in a Postman collection
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionId | Yes | Postman collection ID (UID) where to add the request | |
| name | Yes | Request name (e.g., 'Get User by ID') | |
| method | Yes | HTTP method | |
| url | Yes | Full URL or path (e.g., 'https://api.example.com/users/{id}' or '/api/v1/users/{id}') | |
| headers | No | HTTP headers as key-value pairs | |
| body | No | Request body (for POST/PUT/PATCH) | |
| description | No | Request description/documentation | |
| folderId | No | Optional: Folder ID to organize requests |