API Connector - Spotify - Grant Type Error

Hi everybody,

I’m trying to connect to the Spotify API via the client credentials flow, as described in the following link: https://developer.spotify.com/documentation/web-api/tutorials/client-credentials-flow

I believe I have correctly set everything up, but I’m encountering an error related to the wrong grant type. I have tried various approaches to specifying the grant type, but I consistently receive a 400 error (Bad Request). I have attached some screenshots for reference.

I would greatly appreciate any assistance. Thank you.



1 Like

Try removing the parameter for the grant-type (key) and put:

grant_type=client_credentials

…in the Body (JSON object…)