GET/getVersion
This call retrieves latest version of the service or API.
Input
Resource URI
This method is supported in Sandbox environment. To access the endpoint, just replace the api.ebay.com
root URI with api.sandbox.ebay.com
URI parameters
This method has no URI parameters.
HTTP request headers
All requests made to eBay REST operations require you to provide the Authorization
HTTP header for authentication authorization.
All other standard RESTful request headers are optional. For more information on standard RESTful request headers, see the HTTP request headers- opens rest request components page table.
OAuth scope
This request requires an access token created with the authorization code grant flow, using one or more scopes from the following list (please check your Application Keys page for a list of OAuth scopes available to your application):
https://api.ebay.com/oauth/scope/sell@user
https://api.ebay.com/oauth/api_scope/sell.inventory.readonly
https://api.ebay.com/oauth/api_scope/sell.inventory
See OAuth access tokens for more information.
Request payload
This call has no payload.
Request fields
This call has no field definitions.
Output
HTTP response headers
This call has no response headers.
Response payload
Response fields
Output container/field | Type | Description |
---|---|---|
instance | Version | The instance of the version. Occurrence: Conditional |
instance.instance | Version | The instance of the version. Occurrence: Conditional |
instance.instance.instance | Version | The instance of the version. Occurrence: Conditional |
instance.instance.version | string | The version number of the service or API. Occurrence: Conditional |
instance.version | string | The version number of the service or API. Occurrence: Conditional |
version | string | The version number of the service or API. Occurrence: Conditional |
HTTP status codes
This call can return one of the following HTTP status codes. For an overview of the status codes, see HTTP status codes in Using eBay RESTful APIs.
This call has no status codes.
Error codes
Warnings
This call has no warnings.
Samples
This call has no samples.