Postman Collection
Learn how to configure and use Postman for interacting with the Title Editor API
Overview
This article describes how to import the Title Editor Postman collection and configure Postman to interact with your Title Editor environment. Get a copy of the collection from the link below:
Environment Variables
This collection uses a pre-request script to automate the bearer token authorization, automatically requesting new tokens as needed. The pre-request script requires that the following variables be defined within an environment (variables defined at the collection level will not apply).
Variable Name | Description |
---|---|
username | Username of the account used to interact with the API |
password | Password of the account used to interact with the API |
baseUrl | Full URL of the Title Editor environment, including the API base path (e.g. https://instance.appcatalog.jamfcloud.com/v2) |
More information about creating and configuring environments within Postman can be found here.
Updated over 2 years ago