Skip to main content

Authentication

Basis Theory uses API keys to allow access to the API.

Basis Theory requires the API key to be included in all API requests to the server in a header that looks like the following:

BT-API-KEY: <API_KEY>

You must replace <API_KEY> with your API key supplied when you created an Application.

Request

curl "https://api.basistheory.com" \
-H "BT-API-KEY: <API_KEY>"