Назад до всіх навчальних посібників (1)

Authentication

eBay OAuth2.0 Authentication

In order to authenticate the API, just pass through the Bearer token without the 'Bearer ’ part into the Authorization header of your request.

I.e. Request headers:

{
“Authorization”: “v1.1#i1#p3#f0#I3#r0#t^H4sIAAAAAAAA…”
}

The API will simply pass this token along to the underlying eBay REST API without storing anything!