Alert Types Metadata

For an array of alert type identifiers, returns metadata for each alert type. Optionally, specify a language via the 'language' query parameter (default: 'en-US').

Query parameter

  • language: string (optional, default: 'en-US')

Example request body:
[
"badEncoding",
"badSemver"
]

Example response:
[
{
"type": "badEncoding",
"title": "Bad text encoding",
"description": "Source files are encoded using a non-standard text encoding.",
"suggestion": "Ensure all published files are encoded using a standard encoding such as UTF8, UTF16, UTF32, SHIFT-JIS, etc.",
"emoji": "⚠️",
"nextStepTitle": "What is bad text encoding?"
}
]

This endpoint consumes 1 unit of your quota.

This endpoint requires the following org token scopes:

Language
Click Try It! to start a request and see the response here!
OSZAR »