Postman is an API development environment that simplifies running and testing API requests. With Postman, you won’t have to copy and paste data from one endpoint to another.
Fork the Collection and choose the “Tax_Provider” environment from the Postman workspace.
Configure Environment Variables
Add the following environment variables:
url - The base URL of the app.
authorization_header - The value for the authorization header required for API authentication. Refer to the Authorization section to know more about this.
Now, you’re ready to interact with Tax SPI endpoints using Postman.