/feed
POST /feed
POST
/feed
Subscribe a client to receive data
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” callbackUrl
required
string format: uri
Example
https://example.comThe location where data will be sent
Callbacks
Section titled “ Callbacks ”onData
Section titled “onData”POST
{$request.query.callbackUrl}/data
Request Body
Section titled “Request Body ”Subscription payload
Array<object>
object
id
required
integer format: int64
name
required
Name of the animal
A friendly name for the animal.
string
tag
string
Example
{ "id": 1, "name": "dog", "tag": "pet"}Responses
Section titled “ Responses ”Your server implementation should return this HTTP status code if the data was received successfully
Your server should return this HTTP status code if no longer interested in further updates
Responses
Section titled “ Responses ”Subscription successfully created
Subscription information
object
subscriptionId
required
This unique identifier allows management of the subscription
string
Example
2531329f-fb09-4ef7-887e-84e648214436