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