Articles on: Developers

API Authentication (developers)

Authentication



All requests to the Trustmary API require the following header:

Authorization: Apikey [YOUR_KEY]


You can create a new API key from your account Settings, under the Developers tab. The API key can be tested by making any HTTP request to https://api.trustmary.io/v1/test with the correct Authorization header.

Example request



curl -H "Authorization: Apikey P157MS-123456-123456-123456" \
	 -H "Content-Type: application/json; charset=utf-8" \
https://api.trustmary.io/v1/test

Updated on: 02/04/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!