Skip to main content
POST
/
api
/
presentations
/
{presentationId}
/
events-token
Refresh event token
curl --request POST \
  --url https://app.demandiq.com/api/presentations/{presentationId}/events-token \
  --header 'Content-Type: application/json' \
  --data '
{
  "expiredToken": "<string>"
}
'
{
  "token": "<string>"
}

Path Parameters

presentationId
string<uuid>
required

Presentation ID

Body

application/json
expiredToken
string
required

Response

New token issued

token
string