URL Groups
Upsert URL Group and Endpoint
Add an endpoint to a URL Group
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
requiredThe name of your URL Group (topic). If it doesn’t exist yet, it will be created.
endpoints
Array
requiredThe endpoints to add to the URL Group.
name
string
The name of the endpoint
url
string
requiredThe URL of the endpoint
Response
This endpoint returns 200 if the endpoints are added successfully.
Was this page helpful?