access_token
and a token_type
. The Authorize endpoint is described below.access_token
and token_type
have been acquired they can be used in any of the API requests outlined in our API docs. To make an authenticated request to one of BugSplat's API endpoints add a header with a key of Authorization
and a value of ${token_type} ${access_token}
.