Bearer Token

Your identifcation key that is the source of your calls

Currently the way our integration works - requires you have to a Bearer token such as wVBASDz5+sFzioJw/3M5r9A== currently this token should be kept securely and transferred securely as this will be able to make ALL calls regarding your own API environment.

We will be adjusting this so that the bearer token has a expiration timer where then you'd be reaching out to obtain a new one*

A bearer token is attached to one account - this is the account you'll provide upon creation.

curl --location 'https://api-sandbox.vbmappapp.com/1/Endpoint' \
--header 'User-Agent: dmtd-rest-api' \
--header 'Authorization: Bearer ************' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{ "Data" }'