Endpoints
List Endpoints
This endpoint returns all your existing endpoints.
GET
/
v1
/
endpoints
Response
topicId
string
requiredThe id of the topic this endpoint subscribes to.
Either topicId
or topicName
must be set
topicName
string
requiredThe name of the topic this endpoint subscribes to.
Either topicId
or topicName
must be set
url
string
requiredThe url where all requests will be sent to.
Was this page helpful?