Help Wizard

Step 1

NEXT STEP

Querying via Web App API

Querying via Web App API

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?

 

Reply
0 Replies

Suggested posts