Tax Registration Number Validation SPI
Testing with Postman
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.
-
Download and Install Postman
- Download Postman from the Postman Downloads page.
- Install the application on your system by following the setup instructions.
-
Access Tax Registration Validation SPIs
-
Select the Environment
- Choose the “Tax Registration Number Validate” 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.
- Add the following environment variables:
Now, you’re ready to interact with Tax Registration Number SPI endpoints using Postman.