{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility User API", "version": "v1.9.2" }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "getUser", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/user/", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This method retrieves the account profile information for an authenticated user, which requires a User access token. What is returned is controlled by the scopes.
For a business account you use the default scope commerce.identity.readonly, which returns all the fields in the businessAccount conta"
}
]
}
],
"bundled": true
}