Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
For authenticating requests with Stampede, we utilise the OAuth 2.0 protocol, specifically using Bearer Tokens. Your integration must include these Bearer Tokens in the request headers to ensure secure and authorised access. This can look like this within your request headers:
client_id
& client_secret
You can generate a client_id
& client_secret
by heading to the > Marketplace > API Keys > Create New API Key.
From there, you'll be able to create a new client_id
then in return will provide you with a client_secret
. Keep it safe so it saves the hassle...
POST
~/oauth/token
client_id*
String
client_secret*
String
grant_type*
String
client_credentials