Login to get the bearer token for protected endpoints
POST {{baseUrl}}/token
Request Body
[{"name"=>"grant_type", "value"=>"password", "datatype"=>"string"}, {"name"=>"authenticatorId", "value"=>"TcPCM", "datatype"=>"string"}, {"name"=>"client_id", "value"=>"TcPCM", "datatype"=>"string"}, {"name"=>"client_secret", "value"=>"Your_Client_Secret", "datatype"=>"string"}, {"name"=>"username", "value"=>"Administrator", "datatype"=>"string"}, {"name"=>"password", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |