For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Creates a request in a collection. For a complete list of properties, refer to the **Request** entry in the [Postman Collection Format documentation](https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html).
**Note:**
It is recommended that you pass the `name` property in the request body. If you do not, the system uses a null value. As a result, this creates a request with a blank name.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
collectionIdstringRequired
The collection's ID.
Query parameters
folderstringOptional
The folder ID in which to create the request. By default, the system creates the request at the collection level.
Request
This endpoint expects an object.
namestringOptional
The request’s name. It is recommended that you pass the name property in the request body. If you do not, the system uses a null value. As a result, this creates a request with a blank name.
A Postman-specific response that contains information about the internal performed operation.
model_idstringOptional
The request's ID.
revisiondoubleOptional
An internal revision ID. Its value increments each time the resource changes. You can use this ID to track whether there were changes since the last time you fetched the resource.
It is recommended that you pass the name property in the request body. If you do not, the system uses a null value. As a result, this creates a request with a blank name.