These docs are for v2.0. Click to read the latest docs for v2.9.0.

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." 
}