For Developers
Parantaj API
Integrate your application with Parantaj using our powerful and flexible RESTful API.
api-request.sh
curl -X GET "https://api.parantaj.com/v1/accounts" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" OAuth 2.0
Industry standard for secure authentication.
Fast Response
Quick response times with optimized endpoints.
Detailed Docs
Comprehensive examples and explanations.
SDK Support
PHP, JavaScript, and Python SDKs.
Quick Start
1
Get Your API Key
Create your API key from account settings. The key is shown only once, store it in a safe place.
2
Send Your First Request
Send your first request using your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.parantaj.com/v1/me 3
Process the Response
API responses are in JSON format. Successful requests return 2xx, errors return 4xx/5xx status codes.
API Reference
Accounts
- GET
/v1/accounts - POST
/v1/accounts - GET
/v1/accounts/{id} - PUT
/v1/accounts/{id} - DELETE
/v1/accounts/{id}
Wallets
- GET
/v1/wallets - POST
/v1/wallets - GET
/v1/wallets/{id} - PUT
/v1/wallets/{id} - DELETE
/v1/wallets/{id}
Transactions
- GET
/v1/transactions - POST
/v1/transactions - GET
/v1/transactions/{id} - PUT
/v1/transactions/{id} - DELETE
/v1/transactions/{id}
Categories
- GET
/v1/categories - POST
/v1/categories - GET
/v1/categories/{id} - PUT
/v1/categories/{id} - DELETE
/v1/categories/{id}
SDKs
PHP SDK
Official SDK for PHP 8.0+.
composer require parantaj/php-sdk JavaScript SDK
For Node.js and browsers.
npm install @parantaj/sdk Python SDK
Official SDK for Python 3.8+.
pip install parantaj Need Technical Support?
If you have any questions during the integration process, our developer support team is happy to help you.