API Authentication
Authenticate requests to the Trustmary API.
Santeri
Last Update 7 ay önce
Authentication
- All requests to the Trustmary API requires the following header: Authorization: Apikey [YOUR_KEY]
- You can create a new API key from the Settings page
- You can test your API key by making any HTTP request to https://api.trustmary.io/v1/test with the correct Authorization header.
Example