PASAR API
MY cloud accounting platform with a public REST API (Bearer token, 600 req/min) that submits e-invoices to LHDN MyInvois and the Peppol network. API access self-served from Control Panel > Integrations.
View docs ↗ More E-invoicing APIs# Bukku Accounting API (MyInvois e-Invoicing) needs an access token ~ get yours at: # https://developers.bukku.my/ curl 'https://api.bukku.my' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Malaysian API into my app. API: Bukku Accounting API (MyInvois e-Invoicing) Provider: Bukku (Bukku Tech Sdn Bhd) Auth: requires an access token (sign up: https://developers.bukku.my/) Pricing: freemium Base URL: https://api.bukku.my Help me set up authentication and make my first successful request ~ explain exactly where the credentials go.