Authentication
Authorization Token
A valid Session Token is required to authorize API requests. You can get a Session Token by using the OAuth2 refresh token flow.
You can get your existing Refresh Token from the Cerebrium Dashboard on the API Keys page.
Making a request to this endpoint will exchange your Refresh Token for a new Session Token.
POST
/
oauth2
/
token