To authenticate your requests, you must add two HTTP headers to every request.
| Header Name | Header Value | Description |
|---|---|---|
Application | APPKey {appkey token} | Application Key |
Authorization | APIKey {your user token} | User Token |
The application key identifies your application you are integrating from. You can generate your APPKey on the ApplicationKey page of the Signhost portal.
The User Token identifies the user that signing transactions will originate from. You can generate your User Token on the Settings page of the Signhost Portal.
Note that both your User Token and Application Key will only be shown once when you generate them. We cannot retrieve these keys for you, as they are encrypted on our servers. If you lose them, you will need to generate new keys.
Below is an HTTP request header example: