Authentication

All requests to your CTRL business must be routed to the correct app and authenticated with an App ID and App Secret.

The App ID, App Secret, and source must be provided with each request header as defined below:

Sample authentication

GET {baseUrl}/sample

Headers

NameTypeDescription

app_id*

String

1234567

app_secret*

String

MQ9VA2UMSZVW1QET7WLYFLEETFEGVA11

x-sendstack-source*

String

control.sendstack

Last updated