Defining HTTP endpoints using APIs
You can send alert notifications to an endpoint. Use the
/endpointdefinitions API to define the endpoint.
Before you begin
Note: Currently, you can only define endpoints by using the API.
Before you make the POST API call, create an API key. If your HTTP endpoint
is protected by a username and password, the value of the API key must be base64 encoded as
username:password. Otherwise, use any value.
echo -n my_user_name:my_password | base64You'll use the API key in the
JSON payload of your POST request.About this task
The URL includes a
{geo} field, which is a 2-letter code that represents the region. For North
America, the code is na.