Digital Signage / TV API

Create a new TV entry

The following APIs should be called using two headers, for authentication purposes:

app-id - ***************

app-key - ***************

These details will be provided to you by your Qudini point of contact. If you do not have these details please get in touch with: support@qudini.com


Firstly you will need to pass the serial number of the TV to generate an identifier:

POST    /api/integration/tv-generateID
"serialNumber" : id // string

Returns an 'id' for the TV


Link a TV to a queue

Using the Id to a Venue and Queue using this API:


POST /api/integration/tv-addQueue/{tvId}
"queueID" : 



Did you find it helpful? Yes No