Authentication

Access to the Hoseki API requires an API key to authenticate requests. These keys are sensitive and must be kept secure — avoid exposing them in public repositories (e.g., GitHub) or embedding them in client-side code.

To obtain an API key, you’ll need access to the Hoseki Developer API Portal. If you don’t yet have a login, please contact us at support@hoseki.app.

Bearer Authentication: To authenticate API requests, include the header

-H "Authorization: Bearer <Your API key>"

in your HTTP requests.

Secure Communication: All API requests must be transmitted over HTTPS. Requests made over HTTP or without proper authentication headers will be rejected.

Following these guidelines, you can securely integrate Hoseki's functionalities into your application, ensuring robust data security and a seamless user experience.