Integrate your application with Parantaj using our powerful and flexible RESTful API.
curl -X GET "https://api.parantaj.com/v1/accounts" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" Industry standard for secure authentication.
Quick response times with optimized endpoints.
Comprehensive examples and explanations.
PHP, JavaScript, and Python SDKs.
Create your API key from account settings. The key is shown only once, store it in a safe place.
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 API responses are in JSON format. Successful requests return 2xx, errors return 4xx/5xx status codes.
/v1/accounts /v1/accounts /v1/accounts/{id} /v1/accounts/{id} /v1/accounts/{id} /v1/wallets /v1/wallets /v1/wallets/{id} /v1/wallets/{id} /v1/wallets/{id} /v1/transactions /v1/transactions /v1/transactions/{id} /v1/transactions/{id} /v1/transactions/{id} /v1/categories /v1/categories /v1/categories/{id} /v1/categories/{id} /v1/categories/{id} Official SDK for PHP 8.0+.
composer require parantaj/php-sdk For Node.js and browsers.
npm install @parantaj/sdk Official SDK for Python 3.8+.
pip install parantaj If you have any questions during the integration process, our developer support team is happy to help you.