GET
/
topics
/
{topic_slug}
/
subscriptions
/
{subscription_slug}
/
events
/
pull
curl --request GET \
  --url https://api.sailhouse.dev/topics/{topic_slug}/subscriptions/{subscription_slug}/events/pull \
  --header 'Authorization: <api-key>'
{
  "data": {},
  "id": "<string>",
  "metadata": {},
  "timestamp": "<string>",
  "topic_id": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

topic_slug
string
required
subscription_slug
string
required

Response

200
application/json

Success

The response is of type object.