Get authentication token

POST https://{{host}}/o/token/

Request Body

[{"name"=>"grant_type", "value"=>"password", "datatype"=>"string"}, {"name"=>"username", "value"=>"{{username}}", "datatype"=>"string"}, {"name"=>"password", "value"=>"{{password}}", "datatype"=>"string"}, {"name"=>"client_id", "value"=>"FbEmn05LGsVt3MRXIRDl7yRARtYnMDUrlblvtzmv", "datatype"=>"string"}, {"name"=>"client_secret", "value"=>"cXeY1669ODA8NvyRvHyP7Jc7EpTaTxpzIwIK6YK1eYP8tYbdzVhrGP5nHUedbw6RKtfkZNrT1qe3QB8AhkRCuHPgsJIiyxLtDrRbTHREuPhgceS5NrXVR0wuxyufH0lU", "datatype"=>"string"}, {"name"=>"scope", "value"=>"write", "datatype"=>"string"}]

RESPONSES

status: OK

{"access_token":"UCAPudqleGPcHXLBSehLNn0lP3OFel","token_type":"Bearer","expires_in":36000,"refresh_token":"s5tlPIgbMDjjlKt11yfFhaGQAov43M","scope":"write"}