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