API Authentication
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
curl -H "Authorization: Apikey P157MS-123456-123456-123456" \
-H "Content-Type: application/json; charset=utf-8" \
https://api.trustmary.io/v1/test
Updated on: 28/02/2025
Thank you!