Status

List status messages

The user needs to be logged in to use this endpoint, click here to read more.

Status API to get various status messages for customer and product.

SecurityAuthorization_Code
Request
path Parameters
product
required
string <= 12 characters

Product code

Responses
200

OK

Response Schema: application/json
Array of objects
400

Bad Request

429

Too Many Requests

500

Internal Server Error

get/v1/customer/status/{product}
Request samples
Response samples
application/json
{
  • "statusMessages": [
    ]
}