Postman
postmanPostman is an API platform for building, testing, and managing APIs with powerful collaboration features.
Acciones disponibles (146)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create a CollectionPOSTMAN_CREATE_A_COLLECTIONAcciónTool to create a new Postman collection in a specific workspace or the default workspace. Use when you need to create a collection with workspace specification. For complete collection format details, refer to the Postman Collection Format documentation.
POSTMAN_CREATE_A_COLLECTIONAcciónTool to create a new Postman collection in a specific workspace or the default workspace. Use when you need to create a collection with workspace specification. For complete collection format details, refer to the Postman Collection Format documentation.
Parámetros de entrada
workspaceanyOptional workspace ID where the collection will be created. If not specified, the collection is created in the user's default workspace
collectionobjectObligatorioCollection object containing info (name, description, schema) and item array (requests/folders)
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a Collection CommentPOSTMAN_CREATE_A_COLLECTION_COMMENTAcciónTool to create a comment on an API's collection. Use when you need to add a comment to a specific collection within an API. To create a reply on an existing comment, include the thread_id in the request.
POSTMAN_CREATE_A_COLLECTION_COMMENTAcciónTool to create a comment on an API's collection. Use when you need to add a comment to a specific collection within an API. To create a reply on an existing comment, include the thread_id in the request.
Parámetros de entrada
bodystringObligatorioThe text content of the comment to create on the API collection.
api_idstringObligatorioThe API's unique identifier (UUID). This identifies the API containing the collection.
thread_idanyOptional thread ID to reply to an existing comment thread. Include this to create a reply on an existing comment.
collection_idstringObligatorioThe collection's unique identifier (UUID). This identifies the specific collection to comment on.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Collection from SchemaPOSTMAN_CREATE_A_COLLECTION_FROM_A_SCHEMAAcciónTool to create a collection from a schema and link it to an API with specified relations. Note: This endpoint is deprecated in Postman v10 and higher. Use when you need to generate a collection from an API schema and establish relations like contract tests or documentation.
POSTMAN_CREATE_A_COLLECTION_FROM_A_SCHEMAAcciónTool to create a collection from a schema and link it to an API with specified relations. Note: This endpoint is deprecated in Postman v10 and higher. Use when you need to generate a collection from an API schema and establish relations like contract tests or documentation.
Parámetros de entrada
namestringObligatorioThe name of the collection to be created
api_idstringObligatorioThe unique identifier (UUID) of the API
relationsobject[]ObligatorioList of relation(s) to be created. Each relation must specify a type from the allowed values
schema_idstringObligatorioThe unique identifier (UUID) of the schema from which to create the collection
workspaceanyOptional workspace ID where the collection will be created. If not specified, the collection is created in the user's default workspace
api_version_idstringObligatorioThe unique identifier (UUID) of the API version
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a FolderPOSTMAN_CREATE_A_FOLDERAcciónTool to create a folder in a Postman collection. Use when you need to organize requests by creating a new folder within a collection. For complete details, see the Postman Collection Format documentation.
POSTMAN_CREATE_A_FOLDERAcciónTool to create a folder in a Postman collection. Use when you need to organize requests by creating a new folder within a collection. For complete details, see the Postman Collection Format documentation.
Parámetros de entrada
namestringObligatorioThe name of the folder to create
descriptionanyOptional description of the folder explaining its purpose
collection_idstringObligatorioThe unique identifier of the collection to create the folder in
Parámetros de salida
dataanyData about the created folder
metaanyMetadata about the folder creation operation
erroranyError if any occurred during the execution of the action
model_idanyThe model ID of the created folder
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a Folder CommentPOSTMAN_CREATE_A_FOLDER_COMMENTAcciónTool to create a comment on a folder. Use when you need to add a comment to a specific folder in a collection.
POSTMAN_CREATE_A_FOLDER_COMMENTAcciónTool to create a comment on a folder. Use when you need to add a comment to a specific folder in a collection.
Parámetros de entrada
bodystringObligatorioThe comment text content to post on the folder.
folder_uidstringObligatorioThe unique identifier (UID) of the folder to comment on.
collection_uidstringObligatorioThe unique identifier (UID) of the collection containing the folder.
Parámetros de salida
dataanyThe created comment object with all its details
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a ForkPOSTMAN_CREATE_A_FORKAcciónTool to create a fork from an existing collection into a workspace. Use when you need to fork a collection to create an independent copy in a specific workspace.
POSTMAN_CREATE_A_FORKAcciónTool to create a fork from an existing collection into a workspace. Use when you need to fork a collection to create an independent copy in a specific workspace.
Parámetros de entrada
labelstringObligatorioA label or name for the fork. This describes the purpose of this fork.
workspacestringObligatorioThe workspace ID where the forked collection will be created
collection_idstringObligatorioThe unique identifier (UUID) of the collection to fork
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Environment ForkPOSTMAN_CREATE_A_FORK2AcciónTool to create a fork from an existing environment into a workspace. Use when you need to fork an environment to a specified workspace.
POSTMAN_CREATE_A_FORK2AcciónTool to create a fork from an existing environment into a workspace. Use when you need to fork an environment to a specified workspace.
Parámetros de entrada
fork_namestringObligatorioA name for the forked environment
workspacestringObligatorioThe workspace ID where the forked environment will be created
environment_uidstringObligatorioThe unique identifier (UID) of the environment to fork
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a Mock ServerPOSTMAN_CREATE_A_MOCK_SERVERAcciónTool to create a new mock server in a Postman collection. Use when you need to create a mock server to simulate API endpoints for testing or development. Returns the created mock server's details including the mockUrl which can be used to make requests.
POSTMAN_CREATE_A_MOCK_SERVERAcciónTool to create a new mock server in a Postman collection. Use when you need to create a mock server to simulate API endpoints for testing or development. Returns the created mock server's details including the mockUrl which can be used to make requests.
Parámetros de entrada
mockobjectObligatorioMock server configuration containing name, collection UID, optional environment UID, and privacy setting
workspaceanyThe workspace ID where the mock server should be created
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a MonitorPOSTMAN_CREATE_A_MONITORAcciónTool to create a new monitor in a specific workspace to run a collection on a schedule. Use when you need to set up automated collection runs at specified intervals using cron expressions within a workspace.
POSTMAN_CREATE_A_MONITORAcciónTool to create a new monitor in a specific workspace to run a collection on a schedule. Use when you need to set up automated collection runs at specified intervals using cron expressions within a workspace.
Parámetros de entrada
monitorobjectObligatorioMonitor configuration object containing name, collection, schedule, and optional environment
workspacestringObligatorioThe workspace ID where the monitor will be created
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create an APIPOSTMAN_CREATE_AN_APIAcciónTool to create a new API in Postman. Use when you need to create an API with a name, summary, and description in your Postman workspace.
POSTMAN_CREATE_AN_APIAcciónTool to create a new API in Postman. Use when you need to create an API with a name, summary, and description in your Postman workspace.
Parámetros de entrada
apiobjectObligatorioThe API object containing name, summary, and description
workspace_idstringObligatorioThe workspace ID where the API will be created
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create an APIPOSTMAN_CREATE_AN_API2AcciónTool to create a new API in a Postman workspace. Use when you need to create an API with a name and optional summary and description.
POSTMAN_CREATE_AN_API2AcciónTool to create a new API in a Postman workspace. Use when you need to create an API with a name and optional summary and description.
Parámetros de entrada
apiobjectObligatorioThe API object containing name, summary, and description
workspace_idstringObligatorioThe workspace ID where the API will be created
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create an EnvironmentPOSTMAN_CREATE_AN_ENVIRONMENTAcciónTool to create a new environment in a Postman workspace. Use when you need to create a new environment with variables for different settings (development, production, testing, etc.). Returns the created environment's ID, name, and UID upon successful creation.
POSTMAN_CREATE_AN_ENVIRONMENTAcciónTool to create a new environment in a Postman workspace. Use when you need to create a new environment with variables for different settings (development, production, testing, etc.). Returns the created environment's ID, name, and UID upon successful creation.
Parámetros de entrada
environmentobjectObligatorioEnvironment object containing name and optional array of environment variables
workspace_idstringObligatorioThe workspace ID where the environment will be created. Required to associate the environment with a specific workspace
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a Pull RequestPOSTMAN_CREATE_A_PULL_REQUESTAcciónTool to create a pull request for a forked collection into its parent collection. Use when you need to propose changes from a forked collection to be merged into the parent collection. The forked collection must exist before creating a pull request.
POSTMAN_CREATE_A_PULL_REQUESTAcciónTool to create a pull request for a forked collection into its parent collection. Use when you need to propose changes from a forked collection to be merged into the parent collection. The forked collection must exist before creating a pull request.
Parámetros de entrada
titlestringObligatorioThe title of the pull request. This should summarize the changes being proposed.
reviewersstring[]Array of reviewer user IDs or user groups who should review the pull request. Can be an empty array if no specific reviewers are required.
descriptionanyA detailed description of the changes in the pull request. Provides context for reviewers.
collection_uidstringObligatorioThe unique identifier (UID) of the forked collection from which to create the pull request. Format: {owner}-{collectionId}
destination_idstringObligatorioThe UID of the destination (parent) collection where the changes will be merged. Format: {owner}-{collectionId}
Parámetros de salida
dataanyThe pull request object containing details about the created pull request
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Request in CollectionPOSTMAN_CREATE_A_REQUESTAcciónTool to create a new request in a Postman collection. Use when you need to add a request to an existing collection with specified method, URL, headers, and body.
POSTMAN_CREATE_A_REQUESTAcciónTool to create a new request in a Postman collection. Use when you need to add a request to an existing collection with specified method, URL, headers, and body.
Parámetros de entrada
namestringObligatorioThe name of the request to create
requestobjectObligatorioThe request object containing method, URL, headers, body, and other request details following the Postman Collection Format
collection_idstringObligatorioThe unique identifier of the collection where the request will be created
Parámetros de salida
dataanyData about the created request
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a Request CommentPOSTMAN_CREATE_A_REQUEST_COMMENTAcciónTool to create a comment on a request. Use when you need to add a comment to a specific request within a collection or reply to an existing comment thread.
POSTMAN_CREATE_A_REQUEST_COMMENTAcciónTool to create a comment on a request. Use when you need to add a comment to a specific request within a collection or reply to an existing comment thread.
Parámetros de entrada
bodystringObligatorioThe comment text content to post on the request.
thread_idanyOptional thread ID to reply to an existing comment. If provided, this comment will be added as a reply to the specified thread.
request_uidstringObligatorioThe request's unique ID (UID). This identifies the specific request to create a comment on.
collection_uidstringObligatorioThe collection's unique ID (UID). This identifies the collection containing the request.
Parámetros de salida
dataanyThe created comment object with all its details
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a ResponsePOSTMAN_CREATE_A_RESPONSEAcciónTool to create a request response in a Postman collection. Use when you need to add a saved response example to a specific request in a collection.
POSTMAN_CREATE_A_RESPONSEAcciónTool to create a request response in a Postman collection. Use when you need to add a saved response example to a specific request in a collection.
Parámetros de entrada
bodyanyThe response body as a string
codeanyThe HTTP status code
namestringObligatorioThe name of the response example
headeranyArray of header objects with key and value properties
statusanyThe status text (e.g., OK, Not Found, Bad Request)
collection_idstringObligatorioThe unique identifier of the collection where the response will be created
original_requestanyThe original request object containing method and url
parent_request_idstringObligatorioThe unique identifier of the parent request to which this response will be attached
_postman_previewlanguageanyThe preview language for the response body (e.g., json, html, xml)
Parámetros de salida
dataanyData about the created response
metaanyMetadata about the response operation
erroranyError if any occurred during the execution of the action
model_idanyThe model ID of the response
revisionanyThe revision number of the collection after creation
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a Response CommentPOSTMAN_CREATE_A_RESPONSE_COMMENTAcciónTool to create a comment on a response. Use when you need to add a comment to a specific response within a collection or reply to an existing comment thread.
POSTMAN_CREATE_A_RESPONSE_COMMENTAcciónTool to create a comment on a response. Use when you need to add a comment to a specific response within a collection or reply to an existing comment thread.
Parámetros de entrada
bodystringObligatorioThe comment text content to post on the response.
thread_idanyOptional thread ID to reply to an existing comment. If provided, this comment will be added as a reply to the specified thread.
response_uidstringObligatorioThe response's unique ID (UID). This identifies the specific response to create a comment on.
collection_uidstringObligatorioThe collection's unique ID (UID). This identifies the collection containing the response.
Parámetros de salida
dataanyThe created comment object with all its details
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create API SchemaPOSTMAN_CREATE_A_SCHEMAAcciónTool to create a schema for an API in Postman. Use when you need to add a schema definition (such as OpenAPI, GraphQL, or Protocol Buffers) to an existing API. The schema can consist of single or multiple files. Returns the created schema's ID and metadata upon successful creation.
POSTMAN_CREATE_A_SCHEMAAcciónTool to create a schema for an API in Postman. Use when you need to add a schema definition (such as OpenAPI, GraphQL, or Protocol Buffers) to an existing API. The schema can consist of single or multiple files. Returns the created schema's ID and metadata upon successful creation.
Parámetros de entrada
typestringObligatorioThe type of schema being created. Common values include 'openapi:3' (OpenAPI 3.0), 'openapi:2' (Swagger 2.0), 'proto' (Protocol Buffers), 'graphql', etc.
filesobject[]ObligatorioList of files that make up the schema. Each file must have a path and content. For single-file schemas, provide one file; for multi-file schemas, provide all referenced files
api_idstringObligatorioThe unique identifier (UUID) of the API for which to create the schema
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Mock Server ResponsePOSTMAN_CREATE_A_SERVER_RESPONSEAcciónTool to create a server response on a Postman mock server. Use when you need to simulate 5xx server-level responses (500, 503, etc.) for testing error conditions.
POSTMAN_CREATE_A_SERVER_RESPONSEAcciónTool to create a server response on a Postman mock server. Use when you need to simulate 5xx server-level responses (500, 503, etc.) for testing error conditions.
Parámetros de entrada
mock_idstringObligatorioThe unique identifier of the mock server (UUID format)
serverResponseobjectObligatorioServer response configuration containing name, status code, and optional body/headers
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a SpecPOSTMAN_CREATE_A_SPECAcciónTool to create an API specification in Postman's Spec Hub. Use when you need to create single or multi-file specifications in a workspace. Supports various spec types including OpenAPI 3.0, OpenAPI 3.1, and AsyncAPI 2.0.
POSTMAN_CREATE_A_SPECAcciónTool to create an API specification in Postman's Spec Hub. Use when you need to create single or multi-file specifications in a workspace. Supports various spec types including OpenAPI 3.0, OpenAPI 3.1, and AsyncAPI 2.0.
Parámetros de entrada
namestringObligatorioThe name of the API specification to create
typestringObligatorioThe type of specification. Common values include 'OPENAPI:3.0', 'OPENAPI:3.1', 'ASYNCAPI:2.0'
filesobject[]ObligatorioArray of files for the specification. Each file must have a path and content property. For single-file specs, provide one file; for multi-file specs, provide multiple files
workspace_idstringObligatorioThe workspace ID where the spec will be created. This is a UUID format string identifying the target workspace
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Spec FilePOSTMAN_CREATE_A_SPEC_FILEAcciónTool to create a new file in an API specification. Use when you need to add a new file (such as schema definitions, path configurations, or components) to an existing spec.
POSTMAN_CREATE_A_SPEC_FILEAcciónTool to create a new file in an API specification. Use when you need to add a new file (such as schema definitions, path configurations, or components) to an existing spec.
Parámetros de entrada
pathstringObligatorioThe file path within the spec (e.g., 'components/schemas.yaml', 'paths/users.yaml'). This defines the file location in the spec structure
contentstringObligatorioThe content of the file to create. Must be a valid YAML or JSON string
spec_idstringObligatorioThe unique identifier of the API specification in which to create the file
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a WebhookPOSTMAN_CREATE_A_WEBHOOKAcciónTool to create a webhook that triggers a collection with a custom payload. Use when you need to set up a webhook endpoint that can trigger a Postman collection run. The webhook URL is available in the webhookUrl property of the response.
POSTMAN_CREATE_A_WEBHOOKAcciónTool to create a webhook that triggers a collection with a custom payload. Use when you need to set up a webhook endpoint that can trigger a Postman collection run. The webhook URL is available in the webhookUrl property of the response.
Parámetros de entrada
webhookobjectObligatorioWebhook configuration object containing name and collection UID
workspacestringObligatorioThe workspace ID where the webhook will be created
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create a WorkspacePOSTMAN_CREATE_A_WORKSPACEAcciónTool to create a new workspace in Postman. Use when you need to create a workspace with a specified name, type (personal, team, private, or public), and optional description. Returns the created workspace's ID, name, and type upon successful creation.
POSTMAN_CREATE_A_WORKSPACEAcciónTool to create a new workspace in Postman. Use when you need to create a workspace with a specified name, type (personal, team, private, or public), and optional description. Returns the created workspace's ID, name, and type upon successful creation.
Parámetros de entrada
workspaceobjectObligatorioThe workspace object containing name, type, and optional description
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create CollectionPOSTMAN_CREATE_COLLECTIONAcciónTool to create a new Postman collection with specified name and configuration. Use when you need to create a new collection in Postman workspace. Returns the created collection's ID, name, and UID upon successful creation.
POSTMAN_CREATE_COLLECTIONAcciónTool to create a new Postman collection with specified name and configuration. Use when you need to create a new collection in Postman workspace. Returns the created collection's ID, name, and UID upon successful creation.
Parámetros de entrada
collectionobjectObligatorioCollection object containing info (name, description, schema) and item array (requests/folders)
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create EnvironmentPOSTMAN_CREATE_ENVIRONMENTAcciónTool to create a new Postman environment with specified name and variables. Use when you need to create a new environment in Postman workspace. Returns the created environment's ID, name, and UID upon successful creation.
POSTMAN_CREATE_ENVIRONMENTAcciónTool to create a new Postman environment with specified name and variables. Use when you need to create a new environment in Postman workspace. Returns the created environment's ID, name, and UID upon successful creation.
Parámetros de entrada
environmentobjectObligatorioEnvironment object containing name and values array (variables)
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Mock ServerPOSTMAN_CREATE_MOCKAcciónTool to create a new mock server for a Postman collection. Use when you need to set up a mock server that simulates API responses based on saved examples in a collection.
POSTMAN_CREATE_MOCKAcciónTool to create a new mock server for a Postman collection. Use when you need to set up a mock server that simulates API responses based on saved examples in a collection.
Parámetros de entrada
mockobjectObligatorioMock server configuration object containing name, collection, and optional environment and private settings
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create MonitorPOSTMAN_CREATE_MONITORAcciónTool to create a new monitor to run a collection on a schedule. Use when you need to set up automated collection runs at specified intervals using cron expressions.
POSTMAN_CREATE_MONITORAcciónTool to create a new monitor to run a collection on a schedule. Use when you need to set up automated collection runs at specified intervals using cron expressions.
Parámetros de entrada
monitorobjectObligatorioMonitor configuration object containing name, collection, schedule, and optional environment
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create or Update a Schema FilePOSTMAN_CREATE_OR_UPDATE_A_SCHEMA_FILEAcciónTool to create or update an API schema file in Postman. Use when you need to add a new schema file or modify an existing one within an API schema. Requires API ID, schema ID, file path, and stringified JSON content.
POSTMAN_CREATE_OR_UPDATE_A_SCHEMA_FILEAcciónTool to create or update an API schema file in Postman. Use when you need to add a new schema file or modify an existing one within an API schema. Requires API ID, schema ID, file path, and stringified JSON content.
Parámetros de entrada
api_idstringObligatorioThe unique identifier of the API containing the schema. This is the API's ID in Postman.
contentstringObligatorioThe stringified JSON content of the schema file. This should be a JSON string representation of your schema content. For complex JSON objects, ensure proper escaping.
file_pathstringObligatorioThe path to the schema file to create or update. This is the file path within the schema structure (e.g., 'index.json', 'components.json', 'schemas/openapi.yaml').
schema_idstringObligatorioThe unique identifier of the schema to which the file belongs. This is the schema's ID within the API.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create API Version RelationsPOSTMAN_CREATE_RELATIONSAcciónTool to create new relations for an API version. Use when you need to link collections or mock servers to an API version as contract tests, test suites, documentation, or mocks.
POSTMAN_CREATE_RELATIONSAcciónTool to create new relations for an API version. Use when you need to link collections or mock servers to an API version as contract tests, test suites, documentation, or mocks.
Parámetros de entrada
mockanyArray of mock server UIDs
api_idstringObligatorioThe unique identifier of the API
testsuiteanyArray of collection UIDs for test suites
contracttestanyArray of collection UIDs for contract testing
documentationanyArray of collection UIDs for documentation
api_version_idstringObligatorioThe unique identifier of the API version
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create WebhookPOSTMAN_CREATE_WEBHOOKAcciónTool to create a new webhook for a Postman collection. Use when you need to create a webhook that triggers a collection when called. Returns the created webhook's ID and name upon successful creation.
POSTMAN_CREATE_WEBHOOKAcciónTool to create a new webhook for a Postman collection. Use when you need to create a webhook that triggers a collection when called. Returns the created webhook's ID and name upon successful creation.
Parámetros de entrada
webhookobjectObligatorioWebhook object containing name and collection UID
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a CollectionPOSTMAN_DELETE_A_COLLECTIONAcciónTool to permanently delete a collection from Postman. Use when you need to remove a collection that is no longer needed.
POSTMAN_DELETE_A_COLLECTIONAcciónTool to permanently delete a collection from Postman. Use when you need to remove a collection that is no longer needed.
Parámetros de entrada
collection_idstringObligatorioThe unique identifier (UID) or ID of the collection to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a collection's commentPOSTMAN_DELETE_A_COLLECTIONS_COMMENTAcciónTool to delete a comment from an API's collection. Use when you need to remove a specific comment from a collection. On success, returns HTTP 204 No Content.
POSTMAN_DELETE_A_COLLECTIONS_COMMENTAcciónTool to delete a comment from an API's collection. Use when you need to remove a specific comment from a collection. On success, returns HTTP 204 No Content.
Parámetros de entrada
api_idstringObligatorioThe API's ID
comment_idintegerObligatorioThe comment's ID
collection_idstringObligatorioThe collection's UID
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a FolderPOSTMAN_DELETE_A_FOLDERAcciónTool to delete a folder in a Postman collection. Use when you need to remove a folder and all its contents from a collection. The folder ID should not contain spaces to avoid 404 errors.
POSTMAN_DELETE_A_FOLDERAcciónTool to delete a folder in a Postman collection. Use when you need to remove a folder and all its contents from a collection. The folder ID should not contain spaces to avoid 404 errors.
Parámetros de entrada
folder_idstringObligatorioThe folder's ID. This is the unique identifier for the folder to delete. Note: folder IDs should not contain spaces to avoid 404 errors.
collection_idstringObligatorioThe collection's ID. This is the unique identifier for the collection containing the folder to delete.
Parámetros de salida
dataanyData information about the deleted folder
metaanyMetadata about the delete operation
erroranyError if any occurred during the execution of the action
model_idanyThe ID of the deleted folder
revisionanyThe revision number after the delete operation
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a Folder's CommentPOSTMAN_DELETE_A_FOLDERS_COMMENTAcciónTool to delete a comment from a folder. Use when you need to remove a specific comment from a folder. Returns HTTP 204 No Content on successful deletion.
POSTMAN_DELETE_A_FOLDERS_COMMENTAcciónTool to delete a comment from a folder. Use when you need to remove a specific comment from a folder. Returns HTTP 204 No Content on successful deletion.
Parámetros de entrada
comment_idintegerObligatorioThe ID of the comment to delete
folder_uidstringObligatorioThe unique identifier (UID) of the folder
collection_uidstringObligatorioThe unique identifier (UID) of the collection
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete an APIPOSTMAN_DELETE_AN_APIAcciónTool to delete an API from Postman. Use when you need to permanently remove an API. On success, returns HTTP 204 No Content response.
POSTMAN_DELETE_AN_APIAcciónTool to delete an API from Postman. Use when you need to permanently remove an API. On success, returns HTTP 204 No Content response.
Parámetros de entrada
api_idstringObligatorioThe ID of the API to delete. This is the unique identifier for the API.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete an API's CommentPOSTMAN_DELETE_AN_APIS_COMMENTAcciónTool to delete a comment from an API. Use when you need to remove a comment from a specific API. On success, this returns an HTTP 204 No Content response indicating the comment was successfully deleted.
POSTMAN_DELETE_AN_APIS_COMMENTAcciónTool to delete a comment from an API. Use when you need to remove a comment from a specific API. On success, this returns an HTTP 204 No Content response indicating the comment was successfully deleted.
Parámetros de entrada
api_idstringObligatorioThe API ID. This is the unique identifier of the API from which to delete the comment
comment_idstringObligatorioThe comment ID. This is the unique identifier of the comment to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete an environmentPOSTMAN_DELETE_AN_ENVIRONMENTAcciónTool to delete an environment permanently in Postman. Use when you need to remove an environment that is no longer needed.
POSTMAN_DELETE_AN_ENVIRONMENTAcciónTool to delete an environment permanently in Postman. Use when you need to remove an environment that is no longer needed.
Parámetros de entrada
environment_idstringObligatorioThe environment ID or UID to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a Request's CommentPOSTMAN_DELETE_A_REQUESTS_COMMENTAcciónTool to delete a comment from a request. Use when you need to remove a specific comment from a request. On success, this returns an HTTP 204 No Content response.
POSTMAN_DELETE_A_REQUESTS_COMMENTAcciónTool to delete a comment from a request. Use when you need to remove a specific comment from a request. On success, this returns an HTTP 204 No Content response.
Parámetros de entrada
comment_idintegerObligatorioThe comment's ID to delete. This identifies the specific comment to be removed.
request_uidstringObligatorioThe request's unique ID (UID). This identifies the specific request containing the comment.
collection_uidstringObligatorioThe collection's unique ID (UID). This identifies the collection containing the request.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a ResponsePOSTMAN_DELETE_A_RESPONSEAcciónTool to delete a response in a Postman collection. Use when you need to remove a saved response from a collection.
POSTMAN_DELETE_A_RESPONSEAcciónTool to delete a response in a Postman collection. Use when you need to remove a saved response from a collection.
Parámetros de entrada
response_idstringObligatorioThe unique identifier of the response to delete
collection_idstringObligatorioThe unique identifier of the collection containing the response
Parámetros de salida
dataanyData about the deleted response
metaanyMetadata about the deletion operation
erroranyError if any occurred during the execution of the action
model_idanyThe ID of the deleted response model
revisionanyThe revision number after deletion
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a Response's CommentPOSTMAN_DELETE_A_RESPONSES_COMMENTAcciónTool to delete a comment from a response. Use when you need to remove a specific comment from a collection response. On successful deletion, this returns HTTP 204 No Content.
POSTMAN_DELETE_A_RESPONSES_COMMENTAcciónTool to delete a comment from a response. Use when you need to remove a specific comment from a collection response. On successful deletion, this returns HTTP 204 No Content.
Parámetros de entrada
comment_idintegerObligatorioThe unique identifier for the comment to delete.
response_uidstringObligatorioThe unique identifier for the response.
collection_uidstringObligatorioThe unique identifier for the collection.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a Schema FilePOSTMAN_DELETE_A_SCHEMA_FILEAcciónTool to delete a file in an API schema. Use when you need to remove a specific file from a schema. On success, returns HTTP 204 No Content response.
POSTMAN_DELETE_A_SCHEMA_FILEAcciónTool to delete a file in an API schema. Use when you need to remove a specific file from a schema. On success, returns HTTP 204 No Content response.
Parámetros de entrada
api_idstringObligatorioThe API's ID. This is the unique identifier for the API containing the schema.
file_pathstringObligatorioThe path to the schema file to delete. This is the file path within the schema.
schema_idstringObligatorioThe schema's ID. This is the unique identifier for the schema containing the file.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Mock Server ResponsePOSTMAN_DELETE_A_SERVER_RESPONSEAcciónTool to delete a mock server's server response. Use when you need to remove a specific response from a Postman mock server.
POSTMAN_DELETE_A_SERVER_RESPONSEAcciónTool to delete a mock server's server response. Use when you need to remove a specific response from a Postman mock server.
Parámetros de entrada
mock_idstringObligatorioThe mock server's unique identifier (UUID format)
server_response_idstringObligatorioThe server response's unique identifier (UUID format) to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a SpecPOSTMAN_DELETE_A_SPECAcciónTool to delete an API specification from Postman. Use when you need to permanently remove a specification. On success, returns HTTP 204 No Content response.
POSTMAN_DELETE_A_SPECAcciónTool to delete an API specification from Postman. Use when you need to permanently remove a specification. On success, returns HTTP 204 No Content response.
Parámetros de entrada
spec_idstringObligatorioThe ID of the API specification to delete. This is the unique identifier for the specification.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Spec FilePOSTMAN_DELETE_A_SPEC_FILEAcciónTool to delete a file from an API specification. Use when you need to remove a specific file from a multi-file specification.
POSTMAN_DELETE_A_SPEC_FILEAcciónTool to delete a file from an API specification. Use when you need to remove a specific file from a multi-file specification.
Parámetros de entrada
spec_idstringObligatorioThe unique identifier of the API specification containing the file to delete
file_pathstringObligatorioThe path to the file within the specification to delete (e.g., 'components/schemas.yaml', 'openapi.yaml')
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete a WorkspacePOSTMAN_DELETE_A_WORKSPACEAcciónTool to delete a Postman workspace permanently. Use when you need to remove a workspace and all its contents. Deletion is permanent and cannot be undone.
POSTMAN_DELETE_A_WORKSPACEAcciónTool to delete a Postman workspace permanently. Use when you need to remove a workspace and all its contents. Deletion is permanent and cannot be undone.
Parámetros de entrada
workspace_idstringObligatorioThe ID of the workspace to delete. This is the unique identifier assigned to the workspace when it was created.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete MonitorPOSTMAN_DELETE_MONITORAcciónTool to delete a monitor by its ID. Use when you need to permanently remove a monitor from Postman. The monitor ID must be provided to identify which monitor to delete.
POSTMAN_DELETE_MONITORAcciónTool to delete a monitor by its ID. Use when you need to permanently remove a monitor from Postman. The monitor ID must be provided to identify which monitor to delete.
Parámetros de entrada
monitor_idstringObligatorioThe ID of the monitor to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Duplicate a CollectionPOSTMAN_DUPLICATE_A_COLLECTIONAcciónTool to create a duplicate of a collection in another workspace. Use when you need to copy an existing collection to a different workspace. Returns an asynchronous task that can be tracked using the duplication task status endpoint.
POSTMAN_DUPLICATE_A_COLLECTIONAcciónTool to create a duplicate of a collection in another workspace. Use when you need to copy an existing collection to a different workspace. Returns an asynchronous task that can be tracked using the duplication task status endpoint.
Parámetros de entrada
workspacestringObligatorioThe ID of the workspace where the duplicated collection will be created
collection_idstringObligatorioThe unique identifier (UUID) of the collection to duplicate
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fork CollectionPOSTMAN_FORK_COLLECTIONAcciónTool to create a fork of a collection in a specified workspace. Use when you need to fork an existing collection to a workspace.
POSTMAN_FORK_COLLECTIONAcciónTool to create a fork of a collection in a specified workspace. Use when you need to fork an existing collection to a workspace.
Parámetros de entrada
labelanyLabel or name for the fork. If not provided, the fork will be created with a default label.
workspacestringObligatorioThe workspace ID where the forked collection will be created. This is a required parameter for creating a fork.
collection_idstringObligatorioThe unique identifier (UUID) of the collection to fork
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate Collection from SpecPOSTMAN_GENERATE_A_COLLECTION_FROM_SPECAcciónTool to generate a Postman collection from an OpenAPI 2.0, 3.0, or 3.1 specification. Use when you need to create a collection from an existing API spec. The operation is asynchronous and returns a task ID and polling URL to check the generation status.
POSTMAN_GENERATE_A_COLLECTION_FROM_SPECAcciónTool to generate a Postman collection from an OpenAPI 2.0, 3.0, or 3.1 specification. Use when you need to create a collection from an existing API spec. The operation is asynchronous and returns a task ID and polling URL to check the generation status.
Parámetros de entrada
namestringObligatorioThe name for the generated collection. This will be the display name in Postman.
optionsanyOptional configuration settings to control how the collection is generated from the specification. If not provided, default settings are used.
spec_idstringObligatorioThe unique identifier of the API specification from which to generate the collection.
element_typestringThe type of element to generate. Must be 'collection' for collection generation.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate Spec from CollectionPOSTMAN_GENERATE_SPEC_FROM_COLLECTIONAcciónTool to generate an API specification from a Postman collection. Use when you need to create an OpenAPI 3.0 specification from an existing collection. The operation is asynchronous and returns a task ID and polling URL to check the generation status.
POSTMAN_GENERATE_SPEC_FROM_COLLECTIONAcciónTool to generate an API specification from a Postman collection. Use when you need to create an OpenAPI 3.0 specification from an existing collection. The operation is asynchronous and returns a task ID and polling URL to check the generation status.
Parámetros de entrada
namestringObligatorioThe name for the generated API specification. This will be used to identify the generated spec.
typestringObligatorioThe specification type to generate. Must be 'OPENAPI:3.0' for OpenAPI 3.0 specification format.
formatstringObligatorioenumThe format of the generated specification file. Choose 'json' for JSON format or 'yaml' for YAML format.
jsonyamlelement_typestringThe type of element to generate. Valid value is 'spec' for API specification generation.
collection_uidstringObligatorioThe unique identifier for the collection (UID format). This identifies the collection to generate the specification from.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Billing Account DetailsPOSTMAN_GET_ACCOUNTSAcciónTool to retrieve Postman billing account details for the authenticated team. Use when you need to access account information such as account ID, team ID, account state, billing slots, sales channel, or billing email.
POSTMAN_GET_ACCOUNTSAcciónTool to retrieve Postman billing account details for the authenticated team. Use when you need to access account information such as account ID, team ID, account state, billing slots, sales channel, or billing email.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Collection CommentsPOSTMAN_GET_A_COLLECTIONS_COMMENTSAcciónTool to retrieve all comments left by users in an API's collection. Use when you need to fetch all comments associated with a specific collection within an API.
POSTMAN_GET_A_COLLECTIONS_COMMENTSAcciónTool to retrieve all comments left by users in an API's collection. Use when you need to fetch all comments associated with a specific collection within an API.
Parámetros de entrada
api_idstringObligatorioThe API's unique identifier (UUID). This identifies the API containing the collection.
collection_idstringObligatorioThe collection's unique identifier (UUID). This identifies the specific collection to retrieve comments from.
Parámetros de salida
dataobject[]Array of comment objects left by users in the collection
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Collection's ForksPOSTMAN_GET_A_COLLECTIONS_FORKSAcciónTool to get all forks of a specific collection. Use when you need to retrieve information about who has forked a collection, including fork IDs, users, and creation dates.
POSTMAN_GET_A_COLLECTIONS_FORKSAcciónTool to get all forks of a specific collection. Use when you need to retrieve information about who has forked a collection, including fork IDs, users, and creation dates.
Parámetros de entrada
collection_idstringObligatorioThe unique identifier (UUID) of the collection whose forks you want to retrieve
Parámetros de salida
dataanyArray of fork objects, each containing fork ID, user who forked it, and creation date
metaanyMetadata about the response including total count and pagination cursor
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Collection Pull RequestsPOSTMAN_GET_A_COLLECTIONS_PULL_REQUESTSAcciónTool to get information about a collection's pull requests including source and destination IDs, status, and URLs. Use when you need to retrieve pull request details for a specific collection.
POSTMAN_GET_A_COLLECTIONS_PULL_REQUESTSAcciónTool to get information about a collection's pull requests including source and destination IDs, status, and URLs. Use when you need to retrieve pull request details for a specific collection.
Parámetros de entrada
collection_uidstringObligatorioThe unique identifier for the collection in the format {owner}-{collectionId}. This identifies the collection to retrieve pull requests from.
Parámetros de salida
dataobject[]Array of pull request objects for the collection, containing source and destination IDs, status, and URLs
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Collection RolesPOSTMAN_GET_A_COLLECTIONS_ROLESAcciónTool to get information about all roles in a collection. Use when you need to retrieve the IDs of all users, teams, and groups with access to view or edit a collection.
POSTMAN_GET_A_COLLECTIONS_ROLESAcciónTool to get information about all roles in a collection. Use when you need to retrieve the IDs of all users, teams, and groups with access to view or edit a collection.
Parámetros de entrada
collection_idstringObligatorioThe unique identifier of the collection to retrieve roles for
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Folder InformationPOSTMAN_GET_A_FOLDERAcciónTool to retrieve information about a folder in a Postman collection. Use when you need to fetch details about a specific folder including its name, description, owner, and timestamps.
POSTMAN_GET_A_FOLDERAcciónTool to retrieve information about a folder in a Postman collection. Use when you need to fetch details about a specific folder including its name, description, owner, and timestamps.
Parámetros de entrada
folder_idstringObligatorioThe unique identifier of the folder to retrieve. Note: folder IDs should not contain spaces to avoid 404 errors.
collection_idstringObligatorioThe unique identifier of the collection containing the folder
Parámetros de salida
dataanyData about the folder
metaanyMetadata about the folder operation
erroranyError if any occurred during the execution of the action
model_idanyThe model ID of the folder
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Folder CommentsPOSTMAN_GET_A_FOLDERS_COMMENTSAcciónTool to retrieve all comments left by users in a folder. Use when you need to fetch all comments associated with a specific folder within a collection.
POSTMAN_GET_A_FOLDERS_COMMENTSAcciónTool to retrieve all comments left by users in a folder. Use when you need to fetch all comments associated with a specific folder within a collection.
Parámetros de entrada
folder_uidstringObligatorioThe folder's unique ID (UID). This identifies the specific folder to retrieve comments from.
collection_uidstringObligatorioThe collection's unique ID (UID). This identifies the collection containing the folder.
Parámetros de salida
dataobject[]Array of comment objects left by users in the folder
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All API ReleasesPOSTMAN_GET_ALL_API_RELEASESAcciónTool to get all releases for a specific API version in Postman. Use when you need to list releases for an API version. Note: This endpoint is deprecated in Postman v10 and higher.
POSTMAN_GET_ALL_API_RELEASESAcciónTool to get all releases for a specific API version in Postman. Use when you need to list releases for an API version. Note: This endpoint is deprecated in Postman v10 and higher.
Parámetros de entrada
api_idstringObligatorioThe unique identifier of the API
api_version_idstringObligatorioThe unique identifier of the API version
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All APIsPOSTMAN_GET_ALL_APISAcciónTool to get all APIs accessible to the authenticated user with optional workspace filtering. Use when you need to list or retrieve APIs from Postman. Returns an array of API objects with their IDs, names, summaries, and other metadata.
POSTMAN_GET_ALL_APISAcciónTool to get all APIs accessible to the authenticated user with optional workspace filtering. Use when you need to list or retrieve APIs from Postman. Returns an array of API objects with their IDs, names, summaries, and other metadata.
Parámetros de entrada
workspaceanyFilter by workspace ID to get APIs specific to a workspace. If not provided, returns all APIs accessible to the authenticated user.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All APIs in WorkspacePOSTMAN_GET_ALL_APIS2AcciónTool to get all APIs in a specific Postman workspace. Use when you need to list or retrieve APIs from a workspace. Returns an array of API objects with their details.
POSTMAN_GET_ALL_APIS2AcciónTool to get all APIs in a specific Postman workspace. Use when you need to list or retrieve APIs from a workspace. Returns an array of API objects with their details.
Parámetros de entrada
workspace_idstringObligatorioThe workspace ID to filter APIs by. Required to retrieve APIs from a specific workspace.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All CollectionsPOSTMAN_GET_ALL_COLLECTIONSAcciónTool to get all collections accessible to the authenticated user with optional workspace filtering. Use when you need to list or retrieve collections from Postman. Returns an array of collection objects with their IDs, names, and UIDs.
POSTMAN_GET_ALL_COLLECTIONSAcciónTool to get all collections accessible to the authenticated user with optional workspace filtering. Use when you need to list or retrieve collections from Postman. Returns an array of collection objects with their IDs, names, and UIDs.
Parámetros de entrada
workspaceanyFilter by workspace ID to get collections specific to a workspace. If not provided, returns all collections accessible to the authenticated user.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All CollectionsPOSTMAN_GET_ALL_COLLECTIONS2AcciónTool to get all collections accessible to the authenticated user. Use when you need to retrieve all your collections including subscribed collections. Returns detailed information for each collection including owner, creation/update timestamps, and visibility.
POSTMAN_GET_ALL_COLLECTIONS2AcciónTool to get all collections accessible to the authenticated user. Use when you need to retrieve all your collections including subscribed collections. Returns detailed information for each collection including owner, creation/update timestamps, and visibility.
Parámetros de entrada
workspaceanyOptional workspace ID to filter collections. Can be empty to get all collections across all workspaces.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All EnvironmentsPOSTMAN_GET_ALL_ENVIRONMENTSAcciónTool to get all environments accessible to the authenticated user with optional workspace filtering. Use when you need to list or retrieve environments from Postman. Returns an array of environment objects with their IDs, names, and UIDs.
POSTMAN_GET_ALL_ENVIRONMENTSAcciónTool to get all environments accessible to the authenticated user with optional workspace filtering. Use when you need to list or retrieve environments from Postman. Returns an array of environment objects with their IDs, names, and UIDs.
Parámetros de entrada
workspaceanyFilter by workspace ID to get environments specific to a workspace. If not provided, returns all environments accessible to the authenticated user.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All Forked CollectionsPOSTMAN_GET_ALL_FORKED_COLLECTIONSAcciónTool to retrieve all forked collections for the authenticated user. Use when you need to list or access all collections that the user has forked.
POSTMAN_GET_ALL_FORKED_COLLECTIONSAcciónTool to retrieve all forked collections for the authenticated user. Use when you need to list or access all collections that the user has forked.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataanyArray of forked collection objects
metaanyMetadata about the response including total count and pagination cursor
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All GroupsPOSTMAN_GET_ALL_GROUPSAcciónTool to get all user groups in a Postman team. Use when you need to list all groups and their details including member counts and timestamps. Returns an array of group objects with their IDs, names, team IDs, user counts, and creation/update timestamps.
POSTMAN_GET_ALL_GROUPSAcciónTool to get all user groups in a Postman team. Use when you need to list all groups and their details including member counts and timestamps. Returns an array of group objects with their IDs, names, team IDs, user counts, and creation/update timestamps.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All Linked RelationsPOSTMAN_GET_ALL_LINKED_RELATIONSAcciónTool to retrieve all linked relations for a specific API version in Postman. Use when you need to discover what collections, documentation, mocks, or monitors are linked to an API version.
POSTMAN_GET_ALL_LINKED_RELATIONSAcciónTool to retrieve all linked relations for a specific API version in Postman. Use when you need to discover what collections, documentation, mocks, or monitors are linked to an API version.
Parámetros de entrada
api_idstringObligatorioThe unique identifier of the API. This is the API's ID returned when listing or creating APIs.
api_version_idstringObligatorioThe unique identifier of the API version. This is the version ID returned when listing or creating API versions.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All Mock ServersPOSTMAN_GET_ALL_MOCK_SERVERSAcciónTool to get all active mock servers accessible to the authenticated user. Use when you need to list or retrieve mock servers from Postman. By default, returns only mock servers you created across all workspaces. Can be filtered by workspace ID to get mock servers specific to a workspace.
POSTMAN_GET_ALL_MOCK_SERVERSAcciónTool to get all active mock servers accessible to the authenticated user. Use when you need to list or retrieve mock servers from Postman. By default, returns only mock servers you created across all workspaces. Can be filtered by workspace ID to get mock servers specific to a workspace.
Parámetros de entrada
workspaceanyFilter by workspace ID to get mock servers specific to a workspace. If not provided, returns all mock servers you created across all workspaces.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All MonitorsPOSTMAN_GET_ALL_MONITORSAcciónTool to get all monitors accessible to the authenticated user with optional workspace filtering. Use when you need to list or retrieve monitors from Postman. Returns an array of monitor objects with their IDs, names, and UIDs.
POSTMAN_GET_ALL_MONITORSAcciónTool to get all monitors accessible to the authenticated user with optional workspace filtering. Use when you need to list or retrieve monitors from Postman. Returns an array of monitor objects with their IDs, names, and UIDs.
Parámetros de entrada
workspaceanyFilter by workspace ID to get monitors specific to a workspace. If not provided, returns all monitors accessible to the authenticated user.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All Workspace RolesPOSTMAN_GET_ALL_ROLESAcciónTool to get information about all roles in a workspace based on the team's plan. Use when you need to retrieve the IDs of all users with different roles (Editor, Admin, Viewer) in a workspace.
POSTMAN_GET_ALL_ROLESAcciónTool to get information about all roles in a workspace based on the team's plan. Use when you need to retrieve the IDs of all users with different roles (Editor, Admin, Viewer) in a workspace.
Parámetros de entrada
workspace_idstringObligatorioThe unique identifier of the workspace to retrieve roles for
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All API SpecificationsPOSTMAN_GET_ALL_SPECSAcciónTool to get all API specifications in a workspace. Use when you need to list or retrieve API specs from a specific Postman workspace. Returns an array of spec objects with their IDs, names, types, and timestamps, along with pagination metadata.
POSTMAN_GET_ALL_SPECSAcciónTool to get all API specifications in a workspace. Use when you need to list or retrieve API specs from a specific Postman workspace. Returns an array of spec objects with their IDs, names, types, and timestamps, along with pagination metadata.
Parámetros de entrada
workspace_idstringObligatorioThe workspace ID to fetch API specifications from. This is required to retrieve specs for a specific workspace.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All Team UsersPOSTMAN_GET_ALL_TEAM_USERSAcciónTool to get information about all users on the Postman team. Use when you need to list all team members and their details including roles and join dates. Returns an array of user objects with their IDs, names, usernames, emails, roles, and join timestamps.
POSTMAN_GET_ALL_TEAM_USERSAcciónTool to get information about all users on the Postman team. Use when you need to list all team members and their details including roles and join dates. Returns an array of user objects with their IDs, names, usernames, emails, roles, and join timestamps.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataanyArray of team user objects, each containing user details such as id, name, username, email, roles, and joinedAt timestamp
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All Test RelationsPOSTMAN_GET_ALL_TEST_RELATIONSAcciónTool to retrieve all test relations for a specific API version. Use when you need to get test relations associated with an API version. Note: This endpoint is deprecated in Postman v10 and higher.
POSTMAN_GET_ALL_TEST_RELATIONSAcciónTool to retrieve all test relations for a specific API version. Use when you need to get test relations associated with an API version. Note: This endpoint is deprecated in Postman v10 and higher.
Parámetros de entrada
api_idstringObligatorioThe unique identifier of the API.
api_version_idstringObligatorioThe unique identifier of the API version.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All API VersionsPOSTMAN_GET_ALL_VERSIONSAcciónTool to get all published versions of a specific API in Postman. Use when you need to list or retrieve version information for an API. Returns an array of version objects with their IDs and names.
POSTMAN_GET_ALL_VERSIONSAcciónTool to get all published versions of a specific API in Postman. Use when you need to list or retrieve version information for an API. Returns an array of version objects with their IDs and names.
Parámetros de entrada
api_idstringObligatorioThe unique identifier of the API whose versions you want to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All WorkspacesPOSTMAN_GET_ALL_WORKSPACESAcciónTool to get all workspaces accessible to the authenticated user with optional type filtering. Use when you need to list or retrieve workspaces from Postman. Returns an array of workspace objects with their IDs, names, and types.
POSTMAN_GET_ALL_WORKSPACESAcciónTool to get all workspaces accessible to the authenticated user with optional type filtering. Use when you need to list or retrieve workspaces from Postman. Returns an array of workspace objects with their IDs, names, and types.
Parámetros de entrada
typeanyFilter by workspace type. Use 'personal' for personal workspaces, 'team' for team workspaces, or 'public' for public workspaces. If not provided, returns all workspaces accessible to the authenticated user.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Monitor InformationPOSTMAN_GET_A_MONITORAcciónTool to retrieve information about a specific monitor in Postman. Use when you need to fetch monitor details including schedule, collection, environment, and run status.
POSTMAN_GET_A_MONITORAcciónTool to retrieve information about a specific monitor in Postman. Use when you need to fetch monitor details including schedule, collection, environment, and run status.
Parámetros de entrada
monitor_idstringObligatorioThe unique identifier of the monitor to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get API InformationPOSTMAN_GET_AN_APIAcciónTool to retrieve information about a specific API in Postman. Use when you need to fetch API details including name, description, versions, and schemas.
POSTMAN_GET_AN_APIAcciónTool to retrieve information about a specific API in Postman. Use when you need to fetch API details including name, description, versions, and schemas.
Parámetros de entrada
api_idstringObligatorioThe unique identifier of the API to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get API CommentsPOSTMAN_GET_AN_APIS_COMMENTSAcciónTool to retrieve all comments left by users in an API. Use when you need to fetch all comments associated with a specific API.
POSTMAN_GET_AN_APIS_COMMENTSAcciónTool to retrieve all comments left by users in an API. Use when you need to fetch all comments associated with a specific API.
Parámetros de entrada
api_idstringObligatorioThe API's unique identifier (UUID). This identifies the API to retrieve comments from.
Parámetros de salida
dataobject[]Array of comment objects left by users in the API
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get API VersionPOSTMAN_GET_AN_API_VERSIONAcciónTool to get information about a specific API version in Postman. Use when you need to retrieve details about a particular version of an API. Returns version details including ID, name, creation date, and associated schemas.
POSTMAN_GET_AN_API_VERSIONAcciónTool to get information about a specific API version in Postman. Use when you need to retrieve details about a particular version of an API. Returns version details including ID, name, creation date, and associated schemas.
Parámetros de entrada
api_idstringObligatorioThe unique identifier of the API.
api_version_idstringObligatorioThe unique identifier of the API version to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get an EnvironmentPOSTMAN_GET_AN_ENVIRONMENTAcciónTool to retrieve detailed information about a specific environment in Postman. Use when you need to fetch environment details including name, ID, owner, and all environment variables.
POSTMAN_GET_AN_ENVIRONMENTAcciónTool to retrieve detailed information about a specific environment in Postman. Use when you need to fetch environment details including name, ID, owner, and all environment variables.
Parámetros de entrada
environment_idstringObligatorioThe unique identifier (ID or UID) of the environment to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Environment ForksPOSTMAN_GET_AN_ENVIRONMENTS_FORKSAcciónTool to retrieve all forked environments for a specific environment. Use when you need to list all environments that have been forked from a particular environment.
POSTMAN_GET_AN_ENVIRONMENTS_FORKSAcciónTool to retrieve all forked environments for a specific environment. Use when you need to list all environments that have been forked from a particular environment.
Parámetros de entrada
environment_uidstringObligatorioThe environment's unique identifier (UID)
Parámetros de salida
dataanyArray of forked environment objects
metaanyMetadata about the response including total count and pagination cursor
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Request InformationPOSTMAN_GET_A_REQUESTAcciónTool to retrieve information about a specific request in a Postman collection. Use when you need to fetch details about a request including its method, URL, headers, body, authentication, and associated scripts.
POSTMAN_GET_A_REQUESTAcciónTool to retrieve information about a specific request in a Postman collection. Use when you need to fetch details about a request including its method, URL, headers, body, authentication, and associated scripts.
Parámetros de entrada
request_idstringObligatorioThe unique identifier of the request to retrieve
collection_idstringObligatorioThe unique identifier of the collection containing the request
Parámetros de salida
dataanyData about the request
metaanyMetadata about the request operation
erroranyError if any occurred during the execution of the action
model_idanyThe model ID of the request
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Request CommentsPOSTMAN_GET_A_REQUESTS_COMMENTSAcciónTool to retrieve all comments left by users in a request. Use when you need to fetch all comments associated with a specific request within a collection.
POSTMAN_GET_A_REQUESTS_COMMENTSAcciónTool to retrieve all comments left by users in a request. Use when you need to fetch all comments associated with a specific request within a collection.
Parámetros de entrada
request_uidstringObligatorioThe request's unique ID (UID). This identifies the specific request to retrieve comments from.
collection_uidstringObligatorioThe collection's unique ID (UID). This identifies the collection containing the request.
Parámetros de salida
dataobject[]Array of comment objects left by users in the request
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Response InformationPOSTMAN_GET_A_RESPONSEAcciónTool to retrieve information about a saved response in a Postman collection. Use when you need to fetch details about a specific response including status, headers, body, and metadata.
POSTMAN_GET_A_RESPONSEAcciónTool to retrieve information about a saved response in a Postman collection. Use when you need to fetch details about a specific response including status, headers, body, and metadata.
Parámetros de entrada
response_idstringObligatorioThe unique identifier of the response to retrieve
collection_idstringObligatorioThe unique identifier of the collection containing the response
Parámetros de salida
dataanyData about the response
metaanyMetadata about the response operation
erroranyError if any occurred during the execution of the action
model_idanyThe model ID of the response
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Response CommentsPOSTMAN_GET_A_RESPONSES_COMMENTSAcciónTool to retrieve all comments left by users in a response. Use when you need to fetch all comments associated with a specific response within a collection.
POSTMAN_GET_A_RESPONSES_COMMENTSAcciónTool to retrieve all comments left by users in a response. Use when you need to fetch all comments associated with a specific response within a collection.
Parámetros de entrada
response_uidstringObligatorioThe response's unique ID (UID). This identifies the specific response to retrieve comments from.
collection_uidstringObligatorioThe collection's unique ID (UID). This identifies the collection containing the response.
Parámetros de salida
dataobject[]Array of comment objects left by users in the response
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get API SchemaPOSTMAN_GET_A_SCHEMAAcciónTool to retrieve information about an API schema from Postman. Use when you need to fetch schema details for a specific API. Optionally specify a version ID to get a schema published in a specific API version.
POSTMAN_GET_A_SCHEMAAcciónTool to retrieve information about an API schema from Postman. Use when you need to fetch schema details for a specific API. Optionally specify a version ID to get a schema published in a specific API version.
Parámetros de entrada
api_idstringObligatorioThe API's unique identifier
schema_idstringObligatorioThe schema's unique identifier
version_idanyOptional. The API version ID to get a schema published in a specific API version
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get API SpecificationPOSTMAN_GET_A_SPECAcciónTool to retrieve information about an API specification in Postman. Use when you need to fetch spec details including name, type, and timestamps.
POSTMAN_GET_A_SPECAcciónTool to retrieve information about an API specification in Postman. Use when you need to fetch spec details including name, type, and timestamps.
Parámetros de entrada
spec_idstringObligatorioThe unique identifier of the API specification to retrieve. This is a UUID format string.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Spec File ContentsPOSTMAN_GET_A_SPEC_FILEAcciónTool to get the contents of an API specification's file. Use when you need to retrieve the actual content and metadata of a specific file within a spec.
POSTMAN_GET_A_SPEC_FILEAcciónTool to get the contents of an API specification's file. Use when you need to retrieve the actual content and metadata of a specific file within a spec.
Parámetros de entrada
spec_idstringObligatorioThe ID of the API specification
file_pathstringObligatorioThe path of the file within the spec (e.g., 'openapi.yaml', 'components/schemas.yaml')
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Spec DefinitionPOSTMAN_GET_A_SPECS_DEFINITIONAcciónTool to get the complete contents of an API specification's definition. Use when you need to retrieve the full OpenAPI/Swagger specification content for a spec. Returns the raw definition content as a string.
POSTMAN_GET_A_SPECS_DEFINITIONAcciónTool to get the complete contents of an API specification's definition. Use when you need to retrieve the full OpenAPI/Swagger specification content for a spec. Returns the raw definition content as a string.
Parámetros de entrada
spec_idstringObligatorioThe unique identifier of the API specification to retrieve the definition for. This is a UUID format string.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Specification FilesPOSTMAN_GET_A_SPECS_FILESAcciónTool to retrieve all files in an API specification from Postman. Use when you need to list or view specification files for a specific spec ID. Returns file metadata including IDs, names, paths, types, and timestamps.
POSTMAN_GET_A_SPECS_FILESAcciónTool to retrieve all files in an API specification from Postman. Use when you need to list or view specification files for a specific spec ID. Returns file metadata including IDs, names, paths, types, and timestamps.
Parámetros de entrada
spec_idstringObligatorioThe ID of the API specification whose files you want to retrieve. This is the unique identifier for the specification.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Spec's Generated CollectionsPOSTMAN_GET_A_SPECS_GENERATED_COLLECTIONSAcciónTool to retrieve all collections generated from an API specification in Postman. Use when you need to fetch collections that have been auto-generated from a spec. Returns metadata and an array of generated collections.
POSTMAN_GET_A_SPECS_GENERATED_COLLECTIONSAcciónTool to retrieve all collections generated from an API specification in Postman. Use when you need to fetch collections that have been auto-generated from a spec. Returns metadata and an array of generated collections.
Parámetros de entrada
spec_idstringObligatorioThe unique identifier of the API specification
element_typestringThe type of element to retrieve generations for. Valid value: 'collection'
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Async Collection Update StatusPOSTMAN_GET_ASYNC_COLLECTION_UPDATE_STATUSAcciónTool to get the status of an asynchronous collection update task. Use when you need to check whether a previously initiated async collection update is still processing, has completed successfully, or has failed. The task ID is obtained from PUT /collections/{collectionId} endpoint when using the Prefer: respond-async header.
POSTMAN_GET_ASYNC_COLLECTION_UPDATE_STATUSAcciónTool to get the status of an asynchronous collection update task. Use when you need to check whether a previously initiated async collection update is still processing, has completed successfully, or has failed. The task ID is obtained from PUT /collections/{collectionId} endpoint when using the Prefer: respond-async header.
Parámetros de entrada
task_idstringObligatorioThe ID of the collection update task. Obtained from PUT /collections/{collectionId} with Prefer: respond-async header.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Team UserPOSTMAN_GET_A_TEAM_USERAcciónTool to get information about a user on the Postman team. Use when you need to retrieve details about a specific team member including their ID, name, email, roles, and join date.
POSTMAN_GET_A_TEAM_USERAcciónTool to get information about a user on the Postman team. Use when you need to retrieve details about a specific team member including their ID, name, email, roles, and join date.
Parámetros de entrada
user_idintegerObligatorioThe ID of the user to retrieve information about
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Authenticated UserPOSTMAN_GET_AUTHENTICATED_USERAcciónTool to get information about the authenticated user. Use when you need to retrieve details about the current authenticated user, including their user ID, username, and email address.
POSTMAN_GET_AUTHENTICATED_USERAcciónTool to get information about the authenticated user. Use when you need to retrieve details about the current authenticated user, including their user ID, username, and email address.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Workspace DetailsPOSTMAN_GET_A_WORKSPACEAcciónTool to get detailed information about a specific workspace by its ID. Use when you need to retrieve the complete structure of a workspace including all collections, environments, APIs, mocks, and monitors.
POSTMAN_GET_A_WORKSPACEAcciónTool to get detailed information about a specific workspace by its ID. Use when you need to retrieve the complete structure of a workspace including all collections, environments, APIs, mocks, and monitors.
Parámetros de entrada
workspace_idstringObligatorioThe unique identifier of the workspace to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Workspace Activity FeedPOSTMAN_GET_A_WORKSPACES_ACTIVITY_FEEDAcciónTool to get a workspace's activity feed showing who added or removed collections, environments, or elements, and users joining or leaving. Use when you need to track workspace changes and user activity.
POSTMAN_GET_A_WORKSPACES_ACTIVITY_FEEDAcciónTool to get a workspace's activity feed showing who added or removed collections, environments, or elements, and users joining or leaving. Use when you need to track workspace changes and user activity.
Parámetros de entrada
limitanyThe maximum number of activities to return. Used for pagination.
cursoranyCursor for pagination. Use the nextCursor value from the previous response to fetch the next page of results.
workspace_idstringObligatorioThe ID of the workspace to get the activity feed for
Parámetros de salida
dataanyArray of activity objects showing workspace changes and user actions
metaanyMetadata containing pagination information
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Workspace RolesPOSTMAN_GET_A_WORKSPACES_ROLESAcciónTool to get the roles of users, user groups, and partners in a workspace. Use when you need to retrieve role assignments and understand who has what level of access to a specific workspace.
POSTMAN_GET_A_WORKSPACES_ROLESAcciónTool to get the roles of users, user groups, and partners in a workspace. Use when you need to retrieve role assignments and understand who has what level of access to a specific workspace.
Parámetros de entrada
workspace_idstringObligatorioThe unique identifier of the workspace to retrieve roles for
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Collection Access KeysPOSTMAN_GET_COLLECTION_ACCESS_KEYSAcciónTool to retrieve all personal and team collection access keys for the authenticated user. Use when you need to list or manage collection access keys. Returns an array of access key objects with their IDs, tokens, status, and associated collection information.
POSTMAN_GET_COLLECTION_ACCESS_KEYSAcciónTool to retrieve all personal and team collection access keys for the authenticated user. Use when you need to list or manage collection access keys. Returns an array of access key objects with their IDs, tokens, status, and associated collection information.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataanyArray of collection access key objects
metaanyPagination metadata including cursors for navigating results
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contract Test RelationsPOSTMAN_GET_CONTRACT_TEST_RELATIONSAcciónTool to retrieve contract test relations for a specific API version. Use when you need to check contract test associations. Note: This endpoint is deprecated and may return limited or no data.
POSTMAN_GET_CONTRACT_TEST_RELATIONSAcciónTool to retrieve contract test relations for a specific API version. Use when you need to check contract test associations. Note: This endpoint is deprecated and may return limited or no data.
Parámetros de entrada
api_idstringObligatorioThe unique identifier of the API
api_version_idstringObligatorioThe unique identifier of the API version
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get documentation relationsPOSTMAN_GET_DOCUMENTATION_RELATIONSAcciónTool to get documentation relations for a specific API version. This endpoint is deprecated in Postman v10 and higher.
POSTMAN_GET_DOCUMENTATION_RELATIONSAcciónTool to get documentation relations for a specific API version. This endpoint is deprecated in Postman v10 and higher.
Parámetros de entrada
api_idstringObligatorioThe ID of the API
api_version_idstringObligatorioThe ID of the API version
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Duplication Task StatusPOSTMAN_GET_DUPLICATION_TASK_STATUSAcciónTool to get the status of a collection duplication task. Use when you need to check whether a previously initiated collection duplication is still processing or has completed. The task ID must first be obtained from the POST /collections/{collectionId}/duplicates endpoint.
POSTMAN_GET_DUPLICATION_TASK_STATUSAcciónTool to get the status of a collection duplication task. Use when you need to check whether a previously initiated collection duplication is still processing or has completed. The task ID must first be obtained from the POST /collections/{collectionId}/duplicates endpoint.
Parámetros de entrada
task_idstringObligatorioThe ID of the collection duplication task. Obtained from POST /collections/{collectionId}/duplicates endpoint response.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Environment RelationsPOSTMAN_GET_ENVIRONMENT_RELATIONSAcciónTool to get environment relations for a specific API version. This endpoint is deprecated in Postman v10 and higher.
POSTMAN_GET_ENVIRONMENT_RELATIONSAcciónTool to get environment relations for a specific API version. This endpoint is deprecated in Postman v10 and higher.
Parámetros de entrada
api_idstringObligatorioThe unique ID of the API.
api_version_idstringObligatorioThe unique ID of the API version.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Generated SpecificationPOSTMAN_GET_GENERATED_SPECAcciónTool to retrieve the API specification generated for a Postman collection. Use when you need to fetch OpenAPI/Swagger specs that have been auto-generated from a collection. Returns metadata and an array of generated specifications.
POSTMAN_GET_GENERATED_SPECAcciónTool to retrieve the API specification generated for a Postman collection. Use when you need to fetch OpenAPI/Swagger specs that have been auto-generated from a collection. Returns metadata and an array of generated specifications.
Parámetros de entrada
element_typestringThe type of generated element to retrieve. Use 'spec' for API specifications. This is typically 'spec' for OpenAPI/Swagger specifications generated from the collection.
collection_uidstringObligatorioThe unique identifier for the collection. This is the collection's UID (with team/user prefix).
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Workspace Global VariablesPOSTMAN_GET_GLOBAL_VARIABLESAcciónTool to get a workspace's global variables. Use when you need to retrieve global variables that are available throughout a workspace for access between collections, requests, scripts, and environments. Note that this endpoint only works with personal or team workspaces, not public workspaces.
POSTMAN_GET_GLOBAL_VARIABLESAcciónTool to get a workspace's global variables. Use when you need to retrieve global variables that are available throughout a workspace for access between collections, requests, scripts, and environments. Note that this endpoint only works with personal or team workspaces, not public workspaces.
Parámetros de entrada
workspace_idstringObligatorioThe unique identifier of the workspace to retrieve global variables from. Can be obtained from the GET /workspaces endpoint.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Integration Test RelationsPOSTMAN_GET_INTEGRATION_TEST_RELATIONSAcciónTool to get integration test relations for a specific API version. This endpoint is deprecated and may not return active data.
POSTMAN_GET_INTEGRATION_TEST_RELATIONSAcciónTool to get integration test relations for a specific API version. This endpoint is deprecated and may not return active data.
Parámetros de entrada
api_idstringObligatorioThe unique identifier of the API
api_version_idstringObligatorioThe unique identifier of the API version
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Resource TypesPOSTMAN_GET_RESOURCE_TYPESAcciónTool to get all resource types supported by Postman's SCIM API. Use when you need to discover what resource types (e.g., User, Group) are available in the SCIM API and their corresponding endpoints and schemas.
POSTMAN_GET_RESOURCE_TYPESAcciónTool to get all resource types supported by Postman's SCIM API. Use when you need to discover what resource types (e.g., User, Group) are available in the SCIM API and their corresponding endpoints and schemas.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Schema File ContentsPOSTMAN_GET_SCHEMA_FILE_CONTENTSAcciónTool to get the contents of an API schema file at a specified path. Use when you need to retrieve the actual content of a schema file. Optionally specify a version ID to get file contents from a specific API version.
POSTMAN_GET_SCHEMA_FILE_CONTENTSAcciónTool to get the contents of an API schema file at a specified path. Use when you need to retrieve the actual content of a schema file. Optionally specify a version ID to get file contents from a specific API version.
Parámetros de entrada
api_idstringObligatorioThe API's unique identifier
file_pathstringObligatorioThe path of the file within the schema (e.g., 'index.yaml', 'schemas/openapi.yaml')
schema_idstringObligatorioThe schema's unique identifier
version_idanyOptional query parameter to get schema file contents published in an API version
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Schema FilesPOSTMAN_GET_SCHEMA_FILESAcciónTool to retrieve files in an API schema from Postman. Use when you need to list or view schema files for a specific API and schema ID. Optionally filter by version ID to get files from a particular API version.
POSTMAN_GET_SCHEMA_FILESAcciónTool to retrieve files in an API schema from Postman. Use when you need to list or view schema files for a specific API and schema ID. Optionally filter by version ID to get files from a particular API version.
Parámetros de entrada
api_idstringObligatorioThe unique identifier of the API containing the schema.
schema_idstringObligatorioThe unique identifier of the schema whose files you want to retrieve.
version_idanyOptional version ID to get schema files published in a specific API version. If not provided, returns files from the latest version.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Service Provider ConfigurationPOSTMAN_GET_SERVICE_PROVIDER_CONFIGURATIONAcciónTool to get Postman's SCIM API service provider configuration information. Use when you need to discover supported SCIM operations, capabilities, and authentication schemes. This endpoint returns configuration details including support for PATCH, bulk operations, filtering, sorting, and ETag handling.
POSTMAN_GET_SERVICE_PROVIDER_CONFIGURATIONAcciónTool to get Postman's SCIM API service provider configuration information. Use when you need to discover supported SCIM operations, capabilities, and authentication schemes. This endpoint returns configuration details including support for PATCH, bulk operations, filtering, sorting, and ETag handling.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Source Collection StatusPOSTMAN_GET_SOURCE_COLLECTIONS_STATUSAcciónTool to check whether there is a change between a forked collection and its parent (source) collection. Use when you need to determine if the source collection has updates that are not yet in the forked collection. This endpoint only works with forked collections; attempting to use it with regular collections will result in an error.
POSTMAN_GET_SOURCE_COLLECTIONS_STATUSAcciónTool to check whether there is a change between a forked collection and its parent (source) collection. Use when you need to determine if the source collection has updates that are not yet in the forked collection. This endpoint only works with forked collections; attempting to use it with regular collections will result in an error.
Parámetros de entrada
collection_idstringObligatorioThe ID of a forked collection. The endpoint only works with forked collections, not regular collections.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Test Suite RelationsPOSTMAN_GET_TEST_SUITE_RELATIONSAcciónTool to get test suite relations for a specific API version. Use when you need to retrieve the test suites associated with an API version. Note: This endpoint is deprecated and only works with legacy v9 APIs. For v10+ APIs, this returns an empty array.
POSTMAN_GET_TEST_SUITE_RELATIONSAcciónTool to get test suite relations for a specific API version. Use when you need to retrieve the test suites associated with an API version. Note: This endpoint is deprecated and only works with legacy v9 APIs. For v10+ APIs, this returns an empty array.
Parámetros de entrada
api_idstringObligatorioThe unique identifier of the API to get test suite relations for.
api_version_idstringObligatorioThe unique identifier of the API version to get test suite relations for.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Unclassified RelationsPOSTMAN_GET_UNCLASSIFIED_RELATIONSAcciónTool to get unclassified relations for an API version in Postman. Use when you need to retrieve unclassified relations for a specific API version. This endpoint is for Postman v10 and higher.
POSTMAN_GET_UNCLASSIFIED_RELATIONSAcciónTool to get unclassified relations for an API version in Postman. Use when you need to retrieve unclassified relations for a specific API version. This endpoint is for Postman v10 and higher.
Parámetros de entrada
api_idstringObligatorioThe API identifier (UUID format)
api_version_idstringObligatorioThe API version identifier (UUID format)
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Import OpenAPI DefinitionPOSTMAN_IMPORT_AN_OPENAPI_DEFINITIONAcciónTool to import an OpenAPI definition into Postman as a new collection. Use when you need to convert an OpenAPI specification into a Postman collection within a specific workspace.
POSTMAN_IMPORT_AN_OPENAPI_DEFINITIONAcciónTool to import an OpenAPI definition into Postman as a new collection. Use when you need to convert an OpenAPI specification into a Postman collection within a specific workspace.
Parámetros de entrada
typestringObligatorioThe type of import. Use 'string' for JSON string input or 'file' for file upload
inputstringObligatorioThe OpenAPI definition as a JSON string. Must be a valid OpenAPI 3.0+ specification with required fields like 'openapi', 'info', and 'paths'
workspace_idstringObligatorioThe unique identifier of the workspace where the OpenAPI definition will be imported as a collection
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Import OpenAPI SpecificationPOSTMAN_IMPORT_OPENAPIAcciónTool to import an OpenAPI specification into Postman as a new collection. Use when you need to convert an OpenAPI 3.0+ specification into a Postman collection within a specific workspace. The imported specification will be automatically converted to a Postman collection with all endpoints, request parameters, and documentation.
POSTMAN_IMPORT_OPENAPIAcciónTool to import an OpenAPI specification into Postman as a new collection. Use when you need to convert an OpenAPI 3.0+ specification into a Postman collection within a specific workspace. The imported specification will be automatically converted to a Postman collection with all endpoints, request parameters, and documentation.
Parámetros de entrada
typestringObligatorioThe type of import input. Use 'string' when providing the OpenAPI specification as a JSON/YAML string, or 'file' when uploading a file. Common value is 'string'.
inputstringObligatorioThe OpenAPI specification content as a JSON or YAML string. Must be a valid OpenAPI 3.0+ specification with required fields like 'openapi', 'info', and 'paths'. Ensure proper JSON formatting if using type='string'.
workspacestringObligatorioThe unique identifier of the workspace where the OpenAPI specification will be imported. The imported OpenAPI will be created as a collection in this workspace.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Account InvoicesPOSTMAN_LIST_ACCOUNT_INVOICESAcciónTool to get all invoices for a Postman billing account filtered by status. Use when you need to retrieve invoice history for an account. The account ID must first be obtained from the GET /accounts endpoint.
POSTMAN_LIST_ACCOUNT_INVOICESAcciónTool to get all invoices for a Postman billing account filtered by status. Use when you need to retrieve invoice history for an account. The account ID must first be obtained from the GET /accounts endpoint.
Parámetros de entrada
statusanyFilter invoices by status (e.g., PAID). If not provided, returns all invoices.
account_idstringObligatorioThe billing account ID obtained from GET /accounts endpoint
Parámetros de salida
dataanyArray of invoice objects containing invoice details
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Merge a ForkPOSTMAN_MERGE_A_FORKAcciónTool to merge a forked collection back into its parent collection. This endpoint is deprecated. Use when you need to merge changes from a forked collection into the parent collection.
POSTMAN_MERGE_A_FORKAcciónTool to merge a forked collection back into its parent collection. This endpoint is deprecated. Use when you need to merge changes from a forked collection into the parent collection.
Parámetros de entrada
sourcestringObligatorioThe UID of the forked collection (source) to merge from
strategyanyOptional merge strategy: 'deleteSource' (merge and delete forked collection) or 'updateSourceWithDestination' (merge and update both collections)
destinationstringObligatorioThe UID of the parent collection (destination) to merge into
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Merge a forked environmentPOSTMAN_MERGE_A_FORK2AcciónTool to merge a forked environment back into its parent environment. Use when you need to merge changes from a forked environment into the parent.
POSTMAN_MERGE_A_FORK2AcciónTool to merge a forked environment back into its parent environment. Use when you need to merge changes from a forked environment into the parent.
Parámetros de entrada
sourcestringObligatorioThe UID of the forked (source) environment to merge from
environment_uidstringObligatorioThe UID of the parent (destination) environment where changes will be merged into
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Publish a Mock ServerPOSTMAN_PUBLISH_A_MOCK_SERVERAcciónTool to publish a mock server in Postman. Use when you need to make a mock server publicly accessible. Publishing sets the mock server's Access Control configuration to public.
POSTMAN_PUBLISH_A_MOCK_SERVERAcciónTool to publish a mock server in Postman. Use when you need to make a mock server publicly accessible. Publishing sets the mock server's Access Control configuration to public.
Parámetros de entrada
mock_idstringObligatorioThe unique identifier of the mock server to publish. Publishing a mock server sets its Access Control configuration to public.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Pull Source Changes into ForkPOSTMAN_PULL_SOURCE_CHANGES2AcciónTool to pull changes from a parent (source) collection into a forked collection. Use when you need to sync a forked collection with its parent.
POSTMAN_PULL_SOURCE_CHANGES2AcciónTool to pull changes from a parent (source) collection into a forked collection. Use when you need to sync a forked collection with its parent.
Parámetros de entrada
collection_idstringObligatorioThe ID of the forked collection that will receive the changes from its parent (source) collection
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Replace an Environment's DataPOSTMAN_REPLACE_AN_ENVIRONMENTS_DATAAcciónTool to completely replace an environment's data with new variables and values. Use when you need to update an entire environment by replacing all its contents. This operation replaces ALL existing variables with the ones provided in the request.
POSTMAN_REPLACE_AN_ENVIRONMENTS_DATAAcciónTool to completely replace an environment's data with new variables and values. Use when you need to update an entire environment by replacing all its contents. This operation replaces ALL existing variables with the ones provided in the request.
Parámetros de entrada
environmentobjectObligatorioEnvironment object containing name and array of environment variables. This completely replaces the environment's data
environment_idstringObligatorioThe unique identifier (ID or UID) of the environment to replace
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Replace Collection Data AsynchronouslyPOSTMAN_REPLACE_COLLECTIONS_DATA_ASYNCHRONOUSLYAcciónTool to replace the entire contents of a collection asynchronously. Use when you need to completely replace a collection with new data. IMPORTANT: Include the collection's ID values in item, variable, and other nested objects to preserve them. If you do not include IDs, existing items will be removed and new items will be created.
POSTMAN_REPLACE_COLLECTIONS_DATA_ASYNCHRONOUSLYAcciónTool to replace the entire contents of a collection asynchronously. Use when you need to completely replace a collection with new data. IMPORTANT: Include the collection's ID values in item, variable, and other nested objects to preserve them. If you do not include IDs, existing items will be removed and new items will be created.
Parámetros de entrada
collectionobjectObligatorioThe complete collection object to replace the existing collection. IMPORTANT: Include the collection's ID values in item, variable, and other nested objects to preserve them. If you do not include IDs, the endpoint removes existing items and creates new items.
collection_idstringObligatorioThe unique identifier (ID or UID) of the collection to replace
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Resolve a Comment ThreadPOSTMAN_RESOLVE_A_COMMENT_THREADAcciónTool to resolve a comment thread and any associated replies. Use when you need to mark a comment thread as resolved. On success, this returns an HTTP 204 No Content response.
POSTMAN_RESOLVE_A_COMMENT_THREADAcciónTool to resolve a comment thread and any associated replies. Use when you need to mark a comment thread as resolved. On success, this returns an HTTP 204 No Content response.
Parámetros de entrada
thread_idintegerObligatorioThe ID of the comment thread to resolve. This is obtained from the threadId field when creating or retrieving comments.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Review a Pull RequestPOSTMAN_REVIEW_A_PULL_REQUESTAcciónTool to update the review status of a pull request by approving, declining, or unapproving it. Use when you need to perform a review action on a Postman pull request.
POSTMAN_REVIEW_A_PULL_REQUESTAcciónTool to update the review status of a pull request by approving, declining, or unapproving it. Use when you need to perform a review action on a Postman pull request.
Parámetros de entrada
actionstringObligatorioenumThe review action to perform on the pull request. 'approve' to approve the PR, 'decline' to decline it, or 'unapprove' to revoke a previous approval
approvedeclineunapprovepull_request_idstringObligatorioThe unique identifier of the pull request to review
Parámetros de salida
dataanyTask data containing the updated pull request review status
erroranyError if any occurred during the execution of the action
messageanyResponse message indicating success or additional information
successfulbooleanObligatorioWhether or not the action execution was successful or not
Run a MonitorPOSTMAN_RUN_A_MONITORAcciónTool to trigger an immediate run of a monitor and retrieve its execution results. Use when you need to manually execute a monitor outside of its scheduled runs.
POSTMAN_RUN_A_MONITORAcciónTool to trigger an immediate run of a monitor and retrieve its execution results. Use when you need to manually execute a monitor outside of its scheduled runs.
Parámetros de entrada
monitor_idstringObligatorioThe unique identifier (ID or UID) of the monitor to run
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Sync Collection with API SchemaPOSTMAN_SYNC_COLLECTION_WITH_SCHEMAAcciónTool to sync a collection attached to an API with the API schema. This is an asynchronous endpoint that returns HTTP 202 Accepted. Use when you need to synchronize a collection with changes made to the API schema. The collection must already be attached to the API. Returns a task ID that can be used to check the status of the sync operation.
POSTMAN_SYNC_COLLECTION_WITH_SCHEMAAcciónTool to sync a collection attached to an API with the API schema. This is an asynchronous endpoint that returns HTTP 202 Accepted. Use when you need to synchronize a collection with changes made to the API schema. The collection must already be attached to the API. Returns a task ID that can be used to check the status of the sync operation.
Parámetros de entrada
api_idstringObligatorioThe unique identifier of the API. Must be in UUID format.
collection_uidstringObligatorioThe unique identifier of the collection that is attached to the API. Format: userId-collectionId.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Sync Collection with SpecificationPOSTMAN_SYNC_COLLECTION_WITH_SPECAcciónTool to sync a collection generated from an API specification. This is an asynchronous operation that returns HTTP 202 Accepted. Use when you need to update a collection to match the latest version of its source API specification. The collection must have been generated from a spec.
POSTMAN_SYNC_COLLECTION_WITH_SPECAcciónTool to sync a collection generated from an API specification. This is an asynchronous operation that returns HTTP 202 Accepted. Use when you need to update a collection to match the latest version of its source API specification. The collection must have been generated from a spec.
Parámetros de entrada
spec_idstringObligatorioThe ID of the API specification to sync with the collection. This is the source specification that the collection was generated from.
collection_uidstringObligatorioThe UID of a collection that was generated from an API specification. This collection will be synchronized with its source specification.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Sync Spec with CollectionPOSTMAN_SYNC_SPEC_WITH_COLLECTIONAcciónTool to sync an API specification with a linked collection. This is an asynchronous operation that returns HTTP 202 Accepted with task tracking information. Use when you need to synchronize changes from a spec to its generated collection. Prerequisites: the collection must be generated from the spec, and the spec must be single-file.
POSTMAN_SYNC_SPEC_WITH_COLLECTIONAcciónTool to sync an API specification with a linked collection. This is an asynchronous operation that returns HTTP 202 Accepted with task tracking information. Use when you need to synchronize changes from a spec to its generated collection. Prerequisites: the collection must be generated from the spec, and the spec must be single-file.
Parámetros de entrada
spec_idstringObligatorioThe unique identifier of the API specification to sync. Must be in UUID format.
collection_uidstringObligatorioThe unique identifier of the collection to sync with the specification. The collection must have been generated from this spec, and the spec must be a single-file specification.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Transfer FoldersPOSTMAN_TRANSFER_FOLDERSAcciónTool to copy or move folders into a collection or folder. Use when you need to reorganize collections by transferring folders between collections or into other folders.
POSTMAN_TRANSFER_FOLDERSAcciónTool to copy or move folders into a collection or folder. Use when you need to reorganize collections by transferring folders between collections or into other folders.
Parámetros de entrada
idsstring[]ObligatorioArray of folder unique identifiers (UIDs) to transfer. Each UID must be in format 'owner-folderId' (e.g., '50304422-f172eb50-ded9-dcc1-5c6a-1ad2a604bf55'). All folders must exist and be accessible.
modestringObligatorioenumTransfer mode: 'copy' creates duplicates of folders in target, 'move' relocates folders to target (removes from source).
copymovetargetobjectObligatorioTarget location where folders should be transferred. Specify the model type (collection or folder) and its UID.
locationobjectObligatorioPosition within the target where folders should be placed. Specify 'start' or 'end' for the position.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Transform Collection to OpenAPIPOSTMAN_TRANSFORM_COLLECTION_TO_OPENAPIAcciónTool to transform an existing Postman Collection into a stringified OpenAPI 3.0.3 definition. Use when you need to convert a collection to OpenAPI format for API documentation or interoperability with other tools.
POSTMAN_TRANSFORM_COLLECTION_TO_OPENAPIAcciónTool to transform an existing Postman Collection into a stringified OpenAPI 3.0.3 definition. Use when you need to convert a collection to OpenAPI format for API documentation or interoperability with other tools.
Parámetros de entrada
collection_idstringObligatorioThe unique identifier of the collection to transform into OpenAPI format
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a FolderPOSTMAN_UPDATE_A_FOLDERAcciónTool to update a folder in a Postman collection. Use when you need to modify the name or description of an existing folder. For complete properties and information, see the Postman Collection Format documentation.
POSTMAN_UPDATE_A_FOLDERAcciónTool to update a folder in a Postman collection. Use when you need to modify the name or description of an existing folder. For complete properties and information, see the Postman Collection Format documentation.
Parámetros de entrada
nameanyThe new name for the folder
folder_idstringObligatorioThe unique identifier of the folder to update
descriptionanyOptional updated description for the folder explaining its purpose
collection_idstringObligatorioThe unique identifier of the collection containing the folder
Parámetros de salida
dataanyData about the updated folder
metaanyMetadata about the folder update operation
erroranyError if any occurred during the execution of the action
model_idanyThe model ID of the updated folder
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a Folder's CommentPOSTMAN_UPDATE_A_FOLDERS_COMMENTAcciónTool to update a comment on a folder. Use when you need to modify the text content of an existing comment on a specific folder in a collection.
POSTMAN_UPDATE_A_FOLDERS_COMMENTAcciónTool to update a comment on a folder. Use when you need to modify the text content of an existing comment on a specific folder in a collection.
Parámetros de entrada
bodystringObligatorioThe updated text content of the comment.
comment_idstringObligatorioThe unique identifier of the comment to update.
folder_uidstringObligatorioThe unique identifier (UID) of the folder containing the comment.
collection_uidstringObligatorioThe unique identifier (UID) of the collection containing the folder.
Parámetros de salida
dataanyThe updated comment object with all its details
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a Mock ServerPOSTMAN_UPDATE_A_MOCK_SERVERAcciónTool to update an existing mock server. Use when you need to change a mock server's name, collection, environment, or privacy settings. The collection UID is required for all updates.
POSTMAN_UPDATE_A_MOCK_SERVERAcciónTool to update an existing mock server. Use when you need to change a mock server's name, collection, environment, or privacy settings. The collection UID is required for all updates.
Parámetros de entrada
mockobjectObligatorioMock server configuration containing the collection UID (required), and optional name, environment UID, and privacy setting
mock_idstringObligatorioThe unique identifier of the mock server to update
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a MonitorPOSTMAN_UPDATE_A_MONITORAcciónTool to update an existing monitor in Postman. Use when you need to modify monitor properties like name, active status, collection, environment, options, notifications, or distribution settings.
POSTMAN_UPDATE_A_MONITORAcciónTool to update an existing monitor in Postman. Use when you need to modify monitor properties like name, active status, collection, environment, options, notifications, or distribution settings.
Parámetros de entrada
monitorobjectObligatorioThe monitor object containing fields to update. All fields are optional - only include fields you want to update.
monitor_idstringObligatorioThe unique identifier (ID or UID) of the monitor to update
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update an APIPOSTMAN_UPDATE_AN_APIAcciónTool to update an existing API in Postman. Use when you need to modify the name, summary, or description of an API.
POSTMAN_UPDATE_AN_APIAcciónTool to update an existing API in Postman. Use when you need to modify the name, summary, or description of an API.
Parámetros de entrada
apiobjectObligatorioThe API object containing fields to update. Include at least one of: name, summary, or description.
api_idstringObligatorioThe unique identifier of the API to update. This is the API ID returned when the API was created.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update an API's CommentPOSTMAN_UPDATE_AN_APIS_COMMENTAcciónTool to update a comment on an API. Use when you need to modify the text content of an existing comment on a specific API.
POSTMAN_UPDATE_AN_APIS_COMMENTAcciónTool to update a comment on an API. Use when you need to modify the text content of an existing comment on a specific API.
Parámetros de entrada
bodystringObligatorioThe updated text content of the comment.
api_idstringObligatorioThe API's unique identifier. This identifies the API containing the comment to update.
comment_idintegerObligatorioThe comment's unique identifier. This is the ID of the comment to update.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update an EnvironmentPOSTMAN_UPDATE_AN_ENVIRONMENTAcciónTool to update specific environment properties using JSON Patch operations (RFC 6902). Use when you need to modify environment name or variables without replacing the entire environment.
POSTMAN_UPDATE_AN_ENVIRONMENTAcciónTool to update specific environment properties using JSON Patch operations (RFC 6902). Use when you need to modify environment name or variables without replacing the entire environment.
Parámetros de entrada
operationsobject[]ObligatorioArray of JSON Patch operations to apply to the environment. Each operation modifies a specific field using the RFC 6902 format
environment_idstringObligatorioThe unique identifier (ID or UID) of the environment to update
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a Pull RequestPOSTMAN_UPDATE_A_PULL_REQUESTAcciónTool to update an open pull request in Postman. Use when you need to modify the title, description, source, destination, or reviewers of an existing pull request. All fields must be provided in the request.
POSTMAN_UPDATE_A_PULL_REQUESTAcciónTool to update an open pull request in Postman. Use when you need to modify the title, description, source, destination, or reviewers of an existing pull request. All fields must be provided in the request.
Parámetros de entrada
titlestringObligatorioThe updated title of the pull request. This should summarize the changes being proposed.
reviewersstring[]ObligatorioArray of reviewer user IDs who should review the pull request. Can be an empty array if no specific reviewers are required. This field is required even when updating a pull request.
source_idstringObligatorioThe UID of the source collection (forked collection). Format: {owner}-{collectionId}. This field is required even when updating a pull request.
descriptionstringObligatorioThe updated description for the pull request. Provides context for reviewers about the changes.
destination_idstringObligatorioThe UID of the destination collection (parent collection). Format: {owner}-{collectionId}. This field is required even when updating a pull request.
pull_request_idstringObligatorioThe unique identifier of the pull request to update. This is the pull request ID returned when the pull request was created.
Parámetros de salida
dataanyThe updated pull request object containing details about the pull request
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Request in CollectionPOSTMAN_UPDATE_A_REQUESTAcciónTool to update a request in a Postman collection. Use when you need to modify an existing request's name, method, URL, headers, or body following the Postman Collection Format.
POSTMAN_UPDATE_A_REQUESTAcciónTool to update a request in a Postman collection. Use when you need to modify an existing request's name, method, URL, headers, or body following the Postman Collection Format.
Parámetros de entrada
nameanyThe updated name of the request
requestanyThe updated request object containing method, URL, headers, body, and other request details following the Postman Collection Format
request_idstringObligatorioThe unique identifier of the request to update
collection_idstringObligatorioThe unique identifier of the collection containing the request
Parámetros de salida
dataanyData about the updated request
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a Request's CommentPOSTMAN_UPDATE_A_REQUESTS_COMMENTAcciónTool to update a comment on a request. Use when you need to modify the text content of an existing comment on a specific request within a collection.
POSTMAN_UPDATE_A_REQUESTS_COMMENTAcciónTool to update a comment on a request. Use when you need to modify the text content of an existing comment on a specific request within a collection.
Parámetros de entrada
bodystringObligatorioThe updated text content of the comment.
comment_idintegerObligatorioThe comment's unique identifier. This is the ID of the comment to update.
request_uidstringObligatorioThe request's unique ID (UID). This identifies the specific request containing the comment.
collection_uidstringObligatorioThe collection's unique ID (UID). This identifies the collection containing the request.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a ResponsePOSTMAN_UPDATE_A_RESPONSEAcciónTool to update a response in a Postman collection. Use when you need to modify properties of an existing saved response example such as name, status, code, headers, cookies, or body.
POSTMAN_UPDATE_A_RESPONSEAcciónTool to update a response in a Postman collection. Use when you need to modify properties of an existing saved response example such as name, status, code, headers, cookies, or body.
Parámetros de entrada
responseobjectObligatorioThe response object containing the properties to update. Can include name, status, code, header, cookie, body, originalRequest, etc.
response_idstringObligatorioThe unique identifier of the response to update
collection_idstringObligatorioThe unique identifier of the collection containing the response
Parámetros de salida
dataanyData about the updated response
metaanyMetadata about the response operation
erroranyError if any occurred during the execution of the action
model_idanyThe ID of the updated response
revisionanyThe revision number of the collection after update
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a Response's CommentPOSTMAN_UPDATE_A_RESPONSES_COMMENTAcciónTool to update a comment on a response. Use when you need to modify the text content of an existing comment on a specific response within a collection.
POSTMAN_UPDATE_A_RESPONSES_COMMENTAcciónTool to update a comment on a response. Use when you need to modify the text content of an existing comment on a specific response within a collection.
Parámetros de entrada
bodystringObligatorioThe updated text content of the comment.
comment_idstringObligatorioThe unique identifier of the comment to update.
response_uidstringObligatorioThe unique identifier (UID) of the response containing the comment.
collection_uidstringObligatorioThe unique identifier (UID) of the collection containing the response.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a Server ResponsePOSTMAN_UPDATE_A_SERVER_RESPONSEAcciónTool to update a mock server's server response. Use when you need to modify properties of an existing server response such as name, status code, language, body, or headers. At least one property must be included in the update request.
POSTMAN_UPDATE_A_SERVER_RESPONSEAcciónTool to update a mock server's server response. Use when you need to modify properties of an existing server response such as name, status code, language, body, or headers. At least one property must be included in the update request.
Parámetros de entrada
mock_idstringObligatorioThe mock server's unique identifier (UUID format)
server_responseobjectObligatorioThe server response object containing the properties to update. Include at least one property: name, status_code, language, body, or headers.
server_response_idstringObligatorioThe server response's unique identifier (UUID format) to update
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Spec FilePOSTMAN_UPDATE_A_SPEC_FILEAcciónTool to update an API specification file's content. Use when you need to modify the contents of a specific file within a spec.
POSTMAN_UPDATE_A_SPEC_FILEAcciónTool to update an API specification file's content. Use when you need to modify the contents of a specific file within a spec.
Parámetros de entrada
contentstringObligatorioThe updated content of the spec file in YAML or JSON format
spec_idstringObligatorioThe unique identifier of the API specification
file_pathstringObligatorioThe path of the file within the spec to update (e.g., 'openapi.yaml', 'components/schemas.yaml')
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Spec PropertiesPOSTMAN_UPDATE_A_SPECS_PROPERTIESAcciónTool to update an API specification's properties such as its name. Use when you need to modify metadata of an existing spec.
POSTMAN_UPDATE_A_SPECS_PROPERTIESAcciónTool to update an API specification's properties such as its name. Use when you need to modify metadata of an existing spec.
Parámetros de entrada
nameanyThe new name for the API specification
spec_idstringObligatorioThe unique identifier of the API specification to update. This is a UUID format string.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a WorkspacePOSTMAN_UPDATE_A_WORKSPACEAcciónTool to update an existing workspace in Postman. Use when you need to modify the name, type, or description of a workspace. The 'type' field is required for all updates.
POSTMAN_UPDATE_A_WORKSPACEAcciónTool to update an existing workspace in Postman. Use when you need to modify the name, type, or description of a workspace. The 'type' field is required for all updates.
Parámetros de entrada
workspaceobjectObligatorioThe workspace object containing fields to update. The 'type' field is required, while 'name' and 'description' are optional.
workspace_idstringObligatorioThe unique identifier of the workspace to update. This is the workspace ID returned when the workspace was created.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Workspace Global VariablesPOSTMAN_UPDATE_GLOBAL_VARIABLESAcciónTool to update and replace a workspace's global variables. Use when you need to set or replace all global variables in a workspace. Note: This endpoint replaces all existing global variables with the provided list.
POSTMAN_UPDATE_GLOBAL_VARIABLESAcciónTool to update and replace a workspace's global variables. Use when you need to set or replace all global variables in a workspace. Note: This endpoint replaces all existing global variables with the provided list.
Parámetros de entrada
valuesobject[]ObligatorioArray of global variable objects to set. This replaces all existing global variables in the workspace with the provided list.
workspace_idstringObligatorioThe unique identifier of the workspace to update global variables for. Can be obtained from the GET /workspaces endpoint.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Collection PropertiesPOSTMAN_UPDATE_PART_OF_A_COLLECTIONAcciónTool to update specific collection properties like name, description, authentication, variables, or events. Use when you need to partially update a collection without replacing the entire collection structure. Returns the updated collection information after the changes are applied.
POSTMAN_UPDATE_PART_OF_A_COLLECTIONAcciónTool to update specific collection properties like name, description, authentication, variables, or events. Use when you need to partially update a collection without replacing the entire collection structure. Returns the updated collection information after the changes are applied.
Parámetros de entrada
collectionobjectObligatorioThe collection object containing the properties to update. Can include info (with name, description), auth, variables, or events properties. Only the specified properties will be updated.
collection_idstringObligatorioThe unique identifier (ID or UID) of the collection to update
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not