Status response
- Last UpdatedSep 04, 2025
- 1 minute read
A status response provides the response code for an OMF message.
|
Field |
Description |
|---|---|
|
Code |
Contains the HTTP status code for the message. A list of these codes and their meanings can be found on the HTTP Status Codes site. |
|
HighestSeverity |
Contains the highest severity level from the set of events raised by the message. |
The following is an example of a status response.
{
"Code": 404,
"HighestSeverity": "Error"
}