Step-by-step guide to import and configure the Perch API in Postman for instant testing
Click the Import button in Postman to begin importing the API specification
Select OpenAPI 3.1 with a Postman Collection and access import settings
Configure parameter generation to Example and folder organization to Tags
View the imported API definition and Perch Partner API Collection in the APIs section
apiKey
variable. This will apply the API key to all the requests in the collection.Add your API key in the Variables section of the Perch Partner API Collection
index.json
under the DefinitionExplore data schemas in the Components > schemas section of the API definition
POST/PATCH
requests):id
in the URL path, open the Params sectionbaseUrl
in the Variables sectionTest API requests by configuring parameters and clicking Send to execute the request
baseUrl
variable to switch between test and production environments.