boostrs api
Search
⌃K

oAuth token

post
https://apigateway.boost.rs
/oauth/token
Generate token

Request sample

Headers
Body
Content-Type: application/json
Accept: application/json
{
"grant_type": "client_credentials",
"client_id": "{{CLIENT_ID}}",
"client_secret": "{{CLIENT_SECRET}}"
}