Business
Get Customer Case By ID
GET
/
customers
/
{customerID}
/
cases
/
{caseID}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
customerID
string
requiredcaseID
string
requiredResponse
200 - application/json; charset=utf-8
status
string
requiredmessage
string
requireddata
object
requiredWas this page helpful?