PULSAR
API ReferenceReport Subscription

Send

Send a subscription report ad-hoc

Authorization

bearerAuth
Authorization<token>

In: header

Path Parameters

id*string

The ID.

Query Parameters

lang?string

The language code for localized results.

Value in

  • "en"
  • "es"

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

Try it live
POST
/subscriptions/{id}/send

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X POST "https://example.com/subscriptions/string/send" \  -H "Content-Type: application/json" \  -d '{    "recipients": [      {}    ]  }'
Empty