API Token Authentication
The Uncash API uses API token authentication. All requests must include your API token in theAuthorization header.
Header Format
Token Format
API tokens are prefixed withuc_ followed by a 40-character string:
Keep your API tokens secure and never expose them in client-side code or public repositories.
Getting Your API Token
You can generate and manage your API tokens from your dashboard:- Go to https://uncash.io/dashboard/developer
- Click “Create New Token”
- Give your token a descriptive name
- Copy the token immediately (it won’t be shown again)