Skip to content

Anonymized listener IDs (episode)

GET
/api/public/episode/impression-listeners/{podscribe_episode_id}
curl --request GET \
--url https://backend.podscribe.ai/api/public/episode/impression-listeners/example \
--header 'Authorization: Bearer <token>'

This endpoint utilizes a task system.

Please read the description of Get status of file processing to understand how it works.

Result file format:

Field Type Example Description
User Id string abcd1234efgh An anonymized listener identifier.
Frequency number 3 Number of qualifying listens for that listener.
podscribe_episode_id
required
string

The Podscribe episode ID

week_lb
string

The lower bound of the week to get data for

advertiser
string

The advertiser to get data for

OK

Media typeapplication/json
object
id
string
status
string
url
string
Examplegenerated
{
"id": "example",
"status": "example",
"url": "example"
}

Unprocessable Entity

Unexpected error.

Media typeapplication/json
object
message

Nodejs Error

object
Examplegenerated
{
"message": {}
}