Britive platform release 2026.03.02 is now live in production.

Validate Escalation Policy IDs

Prev Next
Post
/api/im-integration/{connectionId}/escalation-policies/validate

Validates that all provided Escalation Policy IDs exist for the given connection.

Security
HTTP
Type bearer
Path parameters
connectionId
stringRequired

Connection ID of an IM Connection

Body parameters
[
  "C06T5C8UT08",
  "asdsfsdf",
  "ereafc"
]
Array of string
string
Responses
200

All IDs are valid.

Expand All
object
escalationPolicies
Array of object (EscalationPolicy)
object
id
string
name
string
summary
string
errorMsg
string
404

One or more IDs are invalid.

object
message
string
ExampleEscalation policy does not exist: asdsfsdf,ereafc
errorCode
string
ExampleNM-0075