Skip to main content
Hanto API requests use bearer authentication. Send your API key in the Authorization header.

Create a key

Create API keys inside the Hanto app from API keys. When a key is created, Hanto shows the plaintext value once. Copy it into your secret manager before leaving the page. After that, the app shows only a masked key identifier.

Revoke a key

Revoke a key from API keys when it is no longer needed or may have been exposed. Requests using a revoked key return:

Request format

Use the key with every public API request:
Store API keys as secrets. Do not commit them, paste them into client-side code, or expose them in logs.