In order to start the integration you need to create API Keys in our Dashboard. Once created, you need to add the API key into the header of your request.

4000

Once you have created your API Keys, you will find them on the dashboard in the API tab.

4000

You can find all of your API authentication information in your Mistho Dashboard.**

Our API uses HTTP header x-api-key.

curl --location --request POST 'https://api.mistho.io/api/v1/transactions' \
--header 'x-api-key: sandbox-api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
    "config_id" : "config-id"
}'

Each environment has it's own specific API Key, so for the Sandbox environment you need to use Sandbox API Key and for the Production environment you need to use a Production API Key.