"errors": [ { "errorId": 1003, "domain": "OAuth", "category": "REQUEST",
"errors": [
{
"errorId": 1003,
"domain": "OAuth",
"category": "REQUEST",
"message": "Token type in the Authorization header is invalid
}
}
saja-3124
Posted 1 year ago·Last reply 1 year ago
1 comment
developer_support@ebay
Hi @saja-3124,
Authorization request header is used for specifying the OAuth token and token type used to authorize the request. When passing the OAuth token value, it's important to use "Bearer" as the prefix. This indicates that the token is a Bearer token, which is a common type used in OAuth 2.0 authentication.
Here's an example of how to format the Authorization header: