In case of an error when Comeet makes a request to one of your endpoints, your system's response should provide a message that describes the problem. Include the display_message property in the response to provide the message that is going to be displayed to users in Comeet. Make sure to include all the information that the user would need to understand the problem and address it.

{
    "display_message": "Your subscription has expired. Renew now from your Subscription page to continue testing candidates."
    ...
}

Have more questions? Contact us at [email protected].