# Postman API ## API Docs - API [Get all APIs](https://apidog.com/apidoc/docs-site/347437/api-3545652.md): This call fetches all the APIs present in the specified workspace - API [Create API](https://apidog.com/apidoc/docs-site/347437/api-3545663.md): This call creates a new API with a default API Version. - API [Delete an API](https://apidog.com/apidoc/docs-site/347437/api-3545648.md): This call deletes an existing API having the specified id. - API [Single API](https://apidog.com/apidoc/docs-site/347437/api-3545655.md): This call fetches a single API having the specified id. - API [Update an API](https://apidog.com/apidoc/docs-site/347437/api-3545664.md): This call updates an existing API . - API [Get All API Versions](https://apidog.com/apidoc/docs-site/347437/api-3545656.md): This call fetches details about the all the API Versions in the specified API. - API [Create API Version](https://apidog.com/apidoc/docs-site/347437/api-3545665.md): This call creates a new API version in the specified API. - API [Delete an API Version](https://apidog.com/apidoc/docs-site/347437/api-3545647.md): This call deletes an existing API Version having the specified id. - API [Get an API Version](https://apidog.com/apidoc/docs-site/347437/api-3545659.md): This call fetches details about the specified API Version. - API [Update an API Version](https://apidog.com/apidoc/docs-site/347437/api-3545662.md): This call updates an existing API Version. - API [Get contract test relations](https://apidog.com/apidoc/docs-site/347437/api-3545649.md): This call fetches all the relations by type which are linked to the specified API version along with their details. - API [Get documentation relations](https://apidog.com/apidoc/docs-site/347437/api-3545651.md): This call fetches all the relations by type which are linked to the specified API version along with their details. - API [Get environment relations](https://apidog.com/apidoc/docs-site/347437/api-3545650.md): This call fetches all the relations by type which are linked to the specified API version along with their details. - API [Get integration test relations](https://apidog.com/apidoc/docs-site/347437/api-3545653.md): This call fetches all the relations by type which are linked to the specified API version along with their details. - API [Get monitor relations](https://apidog.com/apidoc/docs-site/347437/api-3545654.md): This call fetches all the relations by type which are linked to the specified API version along with their details. - API [Get linked relations](https://apidog.com/apidoc/docs-site/347437/api-3545666.md): This call fetches all the relations which are linked to the specified API version along with their details. - API [Create relations](https://apidog.com/apidoc/docs-site/347437/api-3545661.md): This call allows you to add existing Postman entities as new relations to an API. The request body should contain the relations to be created along with an array of entity IDs. - API [Create Schema](https://apidog.com/apidoc/docs-site/347437/api-3545657.md): This call creates a new schema. - API [Get Schema](https://apidog.com/apidoc/docs-site/347437/api-3545660.md): This call fetches a single schema having the specified id. - API [Update Schema](https://apidog.com/apidoc/docs-site/347437/api-3545658.md): This call updates an existing schema. - API [Create collection from schema](https://apidog.com/apidoc/docs-site/347437/api-3545667.md): This call creates a collection and links it to an API as one or multiple relations. - API [Get test suite relations](https://apidog.com/apidoc/docs-site/347437/api-3545670.md): This call fetches all the relations by type which are linked to the specified API version along with their details. - API [Sync relations with schema](https://apidog.com/apidoc/docs-site/347437/api-3545669.md): This call allows you to keep the relation in sync with the API schema. - Collections [All Collections](https://apidog.com/apidoc/docs-site/347437/api-3545668.md): The `/collections` endpoint returns a list of all [collections](https://www.getpostman.com/docs/collections) that are accessible by you. The list includes your own collections and the collections that you have subscribed to. - Collections [Create Collection](https://apidog.com/apidoc/docs-site/347437/api-3545673.md): This endpoint allows you to create collections using the Postman Collection v2 format. For more information about the v2 schema, check the format [here](https://schema.getpostman.com/json/collection/v2.0.0/docs/index.html). - Collections [Create a Fork](https://apidog.com/apidoc/docs-site/347437/api-3545672.md): This endpoint allows you to create a fork from an existing collection. - Collections [Merge a Fork](https://apidog.com/apidoc/docs-site/347437/api-3545671.md): This endpoint allows you to merge a forked collection back to its destination collection. - Collections [Delete Collection](https://apidog.com/apidoc/docs-site/347437/api-3545674.md): This endpoint allows you to delete an existing collection. - Collections [Single Collection ](https://apidog.com/apidoc/docs-site/347437/api-3545675.md): Access the contents of a collection that is accessible to you using its unique id (`uid`). - Collections [Update Collection](https://apidog.com/apidoc/docs-site/347437/api-3545685.md): This endpoint allows you to update an existing collection using the Postman Collection v2 format. For more information about the v2 schema, check the format [here](https://schema.getpostman.com/json/collection/v2.0.0/docs/index.html). - Environments [All Environments](https://apidog.com/apidoc/docs-site/347437/api-3545676.md): The `/environments` endpoint returns a list of all [environments](https://www.getpostman.com/docs/environments) that belong to you.. - Environments [Create Environment](https://apidog.com/apidoc/docs-site/347437/api-3545682.md): A sample body is added to the request that conforms to the following JSON schema: - Environments [Delete Environment](https://apidog.com/apidoc/docs-site/347437/api-3545678.md): This endpoint allows you to delete a single environment based on an environment's unique `uid`. - Environments [Single Environment](https://apidog.com/apidoc/docs-site/347437/api-3545679.md): Access the contents of an environment that is accessible to you using its unique id (`uid`). - Environments [Update Environment](https://apidog.com/apidoc/docs-site/347437/api-3545686.md): This endpoint replaces an existing environment. - Import [Import exported data](https://apidog.com/apidoc/docs-site/347437/api-3545680.md): This endpoint allows you to import your exported Postman data. - Import [Import external API specification](https://apidog.com/apidoc/docs-site/347437/api-3545684.md): This endpoint allows you to import external API specifications into Postman. - User [API Key Owner](https://apidog.com/apidoc/docs-site/347437/api-3545681.md): the `/me` Postman API endpoint lets you access information about the authenticated user. You can retrieve the authenticated user's username, full name, e-mail address, and any other available information. - Mocks [All Mocks](https://apidog.com/apidoc/docs-site/347437/api-3545677.md): This endpoint fetches all the mocks that you have created. - Mocks [Create Mock](https://apidog.com/apidoc/docs-site/347437/api-3545683.md): This endpoint allows you to create a mock on a collection. You can also provide an environment UID to resolve any environment variables in the collection. - Mocks [Delete Mock](https://apidog.com/apidoc/docs-site/347437/api-3545687.md): This endpoint allows you to delete an existing mock using its `uid`. - Mocks [Single Mock](https://apidog.com/apidoc/docs-site/347437/api-3545688.md): This endpoint fetches you the basic information about a single mock using its `uid`. - Mocks [Update Mock](https://apidog.com/apidoc/docs-site/347437/api-3545689.md): This endpoint allows you to update a mock you have created using its `uid`. The endpoint allows you to edit fields, - Mocks [Publish Mock](https://apidog.com/apidoc/docs-site/347437/api-3545690.md): This endpoint publishes the mock you have created using its `uid` - Mocks [Unpublish Mock](https://apidog.com/apidoc/docs-site/347437/api-3545691.md): This endpoint unpublishes the mock you have created using its `uid` - Monitors [All Monitors](https://apidog.com/apidoc/docs-site/347437/api-3545692.md): The `/monitors` endpoint returns a list of all [monitors](https://monitor.getpostman.com/) that are accessible by you. - Monitors [Create Monitor](https://apidog.com/apidoc/docs-site/347437/api-3545695.md): This endpoint allows you to create a monitor. - Monitors [Delete Monitor](https://apidog.com/apidoc/docs-site/347437/api-3545693.md): This endpoint can be used to delete an existing monitor using its `uid`. - Monitors [Single Monitor](https://apidog.com/apidoc/docs-site/347437/api-3545696.md): This endpoint fetches you basic information about the monitor using its `uid`. - Monitors [Update Monitor](https://apidog.com/apidoc/docs-site/347437/api-3545694.md): This endpoint allows you to update a monitor using its `uid`. Only the monitor name and its schedule can be updated. - Monitors [Run a Monitor](https://apidog.com/apidoc/docs-site/347437/api-3545697.md): This endpoint will run the monitor instantly and wait for the monitor to run completely. It responds with the run results. - Webhooks [Create Webhook](https://apidog.com/apidoc/docs-site/347437/api-3545699.md): Create a webhook that triggers a collection with your custom payload. - Workspaces [All workspaces](https://apidog.com/apidoc/docs-site/347437/api-3545698.md): The `/workspaces` endpoint returns a list of all [workspaces](https://www.getpostman.com/docs/v6/postman/workspaces/intro_to_workspaces) that is accessible by you. The list includes your own workspaces and the workspaces that you have access to. - Workspaces [Create Workspace](https://apidog.com/apidoc/docs-site/347437/api-3545700.md): This endpoint allows you to create a workspace and populate it with entities like `collections`, `environments`, `mocks` and `monitors` using their `uid`. - Workspaces [Delete Workspace](https://apidog.com/apidoc/docs-site/347437/api-3545703.md): This endpoint allows you to delete an existing workspace. - Workspaces [Single workspace](https://apidog.com/apidoc/docs-site/347437/api-3545701.md): Access the contents of a workspace that is accessible to you using its id (`id`). Includes the collections, environments, mocks and monitors of that workspace. - Workspaces [Update Workspace](https://apidog.com/apidoc/docs-site/347437/api-3545702.md): This endpoint allows you to update a workspace and update it's association to entities like `collections`, `environments`, `mocks` and `monitors` using their `uid`.