Getting Authorization Code 16

Your auth header needs to to be prefixed with “Bearer” like this:

headers = {
“Content-Type”: “application/json”,
“Authorization”: “Bearer XYZyJh…R30QZZZZZZ”
}

4 Likes