POST
/
v2
/
topics
/
{urlGroupName}
/
endpoints

If the URL Group does not exist, it will be created. If the endpoint does not exist, it will be created.

Request

urlGroupName
string
required

The name of your URL Group (topic). If it doesn’t exist yet, it will be created.

endpoints
Array
required

The endpoints to add to the URL Group.

name
string

The name of the endpoint

url
string
required

The URL of the endpoint

Response

This endpoint returns 200 if the endpoints are added successfully.