OAuth2 Token Endpoint
POST /oauth2/token
POST
/oauth2/token
Use this endpoint to obtain an access token for the BudSense Partner API. Response will include an access_token, token_type, and expires_in time in seconds.
Request Body required
Section titled “Request Body required ”OAuth2 client credentials grant type.
object
client_id
required
Your application’s client ID.
string
Example
your-client-id client_secret
required
Your application’s client secret.
string
Example
your-client-secret grant_type
required
The grant type must be ‘client_credentials’.
string
scope
required
The scope must be ‘budsense/read’.
string