Secret Key

The secret key is used to authenticate requests to Terminal’s API.

Get it from your Dashboard here.

Your secret key should never be shared publicly as it will grant access to all of yours and your customer’s data

Usage

All API calls to Terminal should include your secret key as a bearer token:

Authorization: Bearer SECRET_KEY

Connection Token

Connection tokens tell Terminal which connection you would like to make the API request on behalf of. These are generated during the consent flow.

Usage

To access a customer’s data, you need to include a connection token in a header:

Connection-Token: CONNECTION_TOKEN

Additional Information

Contact Terminal for any questions