Endpoints
Create Endpoint
This endpoint creates a new endpoint and subscribe it to a topic.
POST
Request
string
The id of the topic this endpoint subscribes to.Either
topicId or topicName must be setstring
The name of the topic this endpoint subscribes to.Either
topicId or topicName must be setstring
required
The url where all requests will be sent to.
Response
string
required
The id of the topic this endpoint subscribes to.Either
topicId or topicName must be setstring
required
The name of the topic this endpoint subscribes to.Either
topicId or topicName must be setstring
required
The url where all requests will be sent to.