Skip to content

/feed

POST
/feed

Subscribe a client to receive data

callbackUrl
required
string format: uri
Example
https://example.com

The location where data will be sent

POST
{$request.query.callbackUrl}/data

Subscription payload

Array<object>
<= 100 items
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"
}

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

Subscription successfully created

Subscription information

object
subscriptionId
required

This unique identifier allows management of the subscription

string
Example
2531329f-fb09-4ef7-887e-84e648214436