You can download the API documentation from SwaggerHub as JSON or YAML (we tend to use YAML) and then import it as a collection into Postman.

Each endpoint inherits its authentication settings from its parent, so you can set the Bearer Token JWT in the top level element for use by all other endpoints.

Bearer Token in Postman.

You can setup multiple environments in Postman so that you can easily switch between UAT and Production queries, or to query different sites.

Once imported, all available endpoints should appear in the collection, and you can customise each query with the specified parameters.

Parameter listing for a query.