Prerequisites¶
Required Knowledge¶
Before you begin, you should be familiar with:
- HTTP/REST APIs: Basic concepts of RESTful APIs
- JSO N: JavaScript Object Notation Data Format
- Authentication: Access tokens and headers HTTP
- Programming language: Python, JavaScript, Java, PHP or similar
New in APIs?
If you are new to REST APIs, we recommend:
Access credentials¶
You'll need:
Get Credentials
Contact Pontotel support for:
- Username: Your username
- Password: Your password
- Environment: Access to sandbox and/or production
Recommended Tools¶
HTTP Client¶
Choose a tool to test APIs:
Recommended for beginners
- Intuitive visual interface
- Collection Management
- Environment support
Code Editor¶
We recommend:
- Visual Studio Code: Free and extensible editor
- PyCharm: For Python development
- WebStorm: JavaScript/TypeScript
Environment Manager¶
To manage environment variables:
==="JavaScript"
| Text Only | |
|---|---|
1 2 3 4 5 6 7 8 9 | |
Libraries HTTP¶
Python¶
| Bash | |
|---|---|
JavaScript (Node.js)¶
| JavaScript | |
|---|---|
Java¶
| Java | |
|---|---|
PHP¶
Check Connection¶
Test if you can access the API:
| Bash | |
|---|---|
Expected response:
Prerequisite Checklist¶
Before proceeding, confirm that you have:
- Access credentials (username/password)
- HTTP client installed (Postman, Insomnia or cURL)
- Code editor configured
- HTTP library in your preferred language
- Environment variable manager (optional but recommended)
- Internet access and API URL
Next Steps¶
With everything ready, we go to authentication: