cURL
curl --request POST \ --url https://app.demandiq.com/api/presentations/{presentationId}/events-token \ --header 'Content-Type: application/json' \ --data ' { "expiredToken": "<string>" } '
{ "token": "<string>" }
Exchange a recently expired event ingest token for a new 24-hour token. The expired token must be within 7 days of expiration.
Presentation ID
New token issued