# Practical Tool
# Postman API Application Example
# Postman Introduction
Postman is an API development tool which helps to build, test and modify APIs.
Download:postman (opens new window)
# Postman API Interface
# Procedure
- Check CJ Docs to get interface.
- Set environment variables.
- Interface call.
# Environment Setup
Postman Environments Setup in Postman Environments
| Environment Variable | Description | Note |
|---|---|---|
| host | Domain Name | https://developers.cjdropshipping.com |
| token | For Authentication | |
| Required for Login | ||
| password | Password | Required for Login |
# Example
