Endpoints
Get Endpoint
This endpoint returns an endpoint with the specified ID.
GET
/
v1
/
endpoints
/
{endpointId}
Request
The id of the endpoint
Response
The id of the topic this endpoint subscribes to.
Either topicId
or topicName
must be set
The name of the topic this endpoint subscribes to.
Either topicId
or topicName
must be set
The url where all requests will be sent to.
Was this page helpful?