Listeners

The Listener Object

A Listener is a profile record in Audata for a listener of the station they belong to. Usually these records are created when a listener wins a prize from a station or enters a competition, however they can also be manually created in the app or via the API.

ValueTypeDescription
uuidstringListener UUID.
first_namestringFirst name.
last_namestringLast name.
emailstringEmail.
phone_numberstringPhone number.
dobstringDate of birth.
genderstringGender.
address1stringAddress line 1.
address2stringAddress line 2.
suburbstringSuburb.
postcodestringPostcode.
statestringState.
countrystringCountry.
custom_dataobjectCustom listener data when present.
station_uuidstringStation UUID when station_id is present.
created_atstringRecord creation timestamp.
updated_atstringRecord update timestamp.
📘

TIP

Developers may assume that you need to create a Listener record before creating a Prize, but that's not the case. You can, if you want to, but you can also create the Prize record and provide the redemption URL to the listener yourself, or let Audata send them a notification automatically to collect their details.