Skip to content

Missing authorization header #914

Answered by PMStanley
bondjw07 asked this question in Q&A
Mar 16, 2023 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

You'll need to provide an example of a specific endpoint you're calling and the code you're using to call it but if I had to hazard a guess you're not sending the Authorization header with your access token:

const requestOptions = {
headers: {
'x-api-key': clientID,
// Scoped endpoints require a bearer token
Authorization: Bearer ${access_token},
}
};

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@bondjw07
Comment options

@bondjw07
Comment options

@PMStanley
Comment options

@bondjw07
Comment options

@PMStanley
Comment options

Answer selected by bondjw07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants