Querying via Web App API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are having an issue with the web app api. We are able to authenticate and generate the bearer token, however, when querying the endpoint to list the licensor ID, we are getting an empty response.
For reference, here is the CURL of the query being executed (with the token sanitized);
curl -X "POST" --location 'https://generic.wg.spotify.com/podcasters-analytics-api/licensors' \
--header 'Authorization: Bearer {ACCESS_TOKEN}' \
--header 'Accept: application/json'
The web app is in developer mode, I'm not sure if that matters?
Labels:
- Labels:
-
Question
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page