Learn about Activation API error messages.

All error messages for this API will have the following response body shape:

{
  // HTTP status code
  "httpStatus": 401,
  // Service specific error code (more granular than http status)
  "errorCode": "MISSING_CUSTOMER_ID",
  // Human readable error message
  "message": "The request is missing a 'Lr-Org-Id' header." 
}