Endpoints
Create Endpoint
This endpoint creates a new endpoint and subscribe it to a topic.
POST
/
v1
/
endpoints
Request
topicId
string
The id of the topic this endpoint subscribes to.
Either topicId
or topicName
must be set
topicName
string
The 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.
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?