Authentication

Learn how to securely authenticate your server-side requests.

Bearer Token

TriBridge expects your secret API key in the `Authorization` header of all server-side requests.

Header Example
Authorization: Bearer sk_test_your_secret_key

Security Note

Authentication is only required for secret API resources. Public resources, such as fetching the status of a specific payment ID by its ID, do not require the secret key.