Response Code Description Response Format
401 Unauthorized
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "additionalProp1": "string",
  "additionalProp2": "string",
  "additionalProp3": "string"
}

Response Parameter Description

Field Data Type Description
Type String
Nullable: true
Type of error message
Title String Title of error message
Status Integer (int32) 401
Detail String Any details regarding the response which is sent by Fusion.
Instance String Fusion
AdditionalProp1 String Any additional information which needs to be passed to the caller.
AdditionalProp2 String Any additional information which needs to be passed to the caller.
AdditionalProp3 String Any additional information which needs to be passed to the caller.