Skip to content

Get list of subscription reports
Stable

Request

Returns list of subscription reports

Security
apiKey
cURL
curl -i -X GET \
  https://develop-api.esper.io/_mock/openapi/enterprise/report/subscription/ \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

successful operation

Bodyapplication/json
countintegerrequired
nextstring or null, (url)
previousstring or null, (url)
resultsArray of objects(Subscription)required
Response
{ "count": 0, "next": "string", "previous": "string", "results": [ {} ] }