OratoraDocs
APIReferenceSponsors

Create a sponsor report

POST
/sponsors

Generates a sponsor engagement report — a rollup of participation across the account’s events, shared at a public URL. Optionally scoped to a date window; omit both dates for an all-time rollup. Requires the data export & analytics entitlement.

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/sponsors" \  -H "Content-Type: application/json" \  -d '{}'
{  "report": {    "id": "string",    "title": "string",    "brandLabel": "string",    "slug": "string",    "publicUrl": "http://example.com",    "rangeStart": "2019-08-24T14:15:22Z",    "rangeEnd": "2019-08-24T14:15:22Z",    "generatedAt": "2019-08-24T14:15:22Z",    "createdAt": "2019-08-24T14:15:22Z",    "payload": {}  }}