How to Get Your API Token
Register Your App
Go to https://developers.huduma.cloud/apps and register your app.Generate Your API Keys
- After registration, open your app's details page.
- Click the "Generate Keys" button.
- A form will appear — choose your token expiry time.
- The App Secret will be filled in automatically, so no need to enter it manually.
Get Your Credentials
Once you submit the form, you’ll receive:- Access Token – used to make API requests. Add it to the
X-Huduma
header. - Public Key – used to verify signed API responses.
- Access Token – used to make API requests. Add it to the
Important Notes
These credentials are shown only once. Be sure to copy and store them safely.
Do not share your credentials with anyone who shouldn’t have access.