Access Token
POST {{api-url}}/oauth/token
Request Body
[{"name"=>"grant_type", "value"=>"{{grant_type}}", "datatype"=>"string"}, {"name"=>"client_id", "value"=>"{{client_id}}", "datatype"=>"string"}, {"name"=>"client_secret", "value"=>"{{client_secret}}", "datatype"=>"string"}, {"name"=>"scope", "value"=>"tenant={{tenant}} customermanagement.contact_manage customermanagement.contact_read customermanagement.contactassignment_manage customermanagement.contactassignment_read customermanagement.legalentity_manage customermanagement.legalentity_read customermanagement.location_manage customermanagement.location_read", "datatype"=>"string"}]