Postman
Open our public Postman workspace, then fork the Scoutworks API collection. It comes with a Demo sandbox environment that already holds the sandbox key, so the first request works straight away.Scoutworks API in Postman
Fork the collection and the Demo sandbox environment.
baseUrl to https://api.scoutworks.app/api/v1 and set apiKey to your key. Store the key as a secret variable, so Postman hides it.
You can also import the file yourself: Import → Link, then paste the OpenAPI address.
Bruno
1
Import the file
Choose Import Collection → OpenAPI V3 Spec, and paste the OpenAPI address.
2
Add the key
Open the collection settings. Under Auth, choose Bearer Token and paste the sandbox key or your own.