Currency Rate API¶
This document describes the available endpoints for the Klikodoo v18 API based on the provided Postman collection.
Base URL¶
Authentication¶
Some endpoints require a Bearer token. Example:
Authorization: Bearer <your_token_here>
Endpoints¶
Authenticate Kurs¶
Method: GET URL: https://klikodoo.id/api/rate/1.0/authentication Auth: No Auth Body:
{
"params": {
"client_id": "PXqYEAYyr96SrUDuhqNPNRHCVqaTMz",
"client_secret": "WX0ir71FHLrYYUGG3IbPVeseyJaTlT"
}
}
Get Kurs¶
Method: GET URL: https://klikodoo.id/api/rate/1.0/get Auth: Bearer Token Body:
{
"params": {
"version": "18.0",
"client_id": "PXqYEAYyr96SrUDuhqNPNRHCVqaTMz",
"client_secret": "WX0ir71FHLrYYUGG3IbPVeseyJaTlT",
"function": "getkurs",
"currency_id_provider": "bca"
}
}