Prerequisites¶
Required Knowledge¶
Before you begin, you should be familiar with:
- HTTP/REST APIs: Basic concepts of RESTful APIs
- JSON: JavaScript Object Notation data format
- Authentication: Access tokens and HTTP headers
- Programming language: Python, JavaScript, Java, PHP or similar
New to APIs?
If you're new to REST APIs, we recommend:
Access Credentials¶
You will need:
Get Credentials
Contact Pontotel support to obtain:
- 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: For JavaScript/TypeScript
Environment Manager¶
To manage environment variables:
HTTP Libraries¶
Python¶
| Bash | |
|---|---|
JavaScript (Node.js)¶
| JavaScript | |
|---|---|
Java¶
| Java | |
|---|---|
PHP¶
Verify Connection¶
Test if you can access the API:
| Bash | |
|---|---|
Expected response:
Prerequisites Checklist¶
Before proceeding, confirm 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 access
Next Steps¶
With everything ready, let's move to authentication: