Get Modified Listings
GET
Get Modified Listings
This API allows authenticated API user to retrieve all of their listings that have been modified over a certain period of time. If the user token is provided and the listing belongs to that user and it has been modified since the timestamp passed in the query parameter then it will be returned in the result set. This API will only return data for a 7 day period.
Resource URL
https://api.stubhub.com/sellers/listings /modified/v3/
Query Parameters
Name | Values | Description |
---|---|---|
modifiedSince |
Optional Parameter: Syntax: modifiedSince:value example: modifiedSince=2018-10-03T00:00:00 |
|
fl |
Optional Parameter: Example: fl=listingId,externalListingId,preDelivered,eventName (Specify field name or return default fields) Syntax: fl:value |
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
Bearer {Token} |
|
Accept
(required) |
application/json |
|
Accept-Encoding
(required) |
gzip, deflate |
Request Body
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
400
Bad Request
-
401
Not authorized to access the API
-
403
Forbidden
-
404
Not Found
-
500
inventory.listings.systemError
Resource Summary |
|
Security |
|
Content Type |
application/json |
Working...