Skip to content

I keep getting Response status: 400 Bad Request when trying to authorize #129

@faervan

Description

@faervan

I read through the docs and looked at the example, yet when I try to get my access_token, I keep getting Response status: 400 Bad Request.
What is wrong with my Request?

Request { method: POST, uri: https://accounts.spotify.com/api/token, version: HTTP/1.1, headers: {"authorization": "Basic MyBase64String="}, body: "grant_type=client_credentials" }
Response status: 400 Bad Request
Request { method: POST, uri: https://accounts.spotify.com/api/token, version: HTTP/1.1, headers: {"content-type": "application/x-www-form-urlencoded", "authorization": "Basic MyBase64String="}, body: "grant_type=client_credentials" }
Response status: 400 Bad Request

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions