Get All Events
GET
Get All Events
The Get all Events API retrieves all active events in the StubHub catalog. You can use this API by first retrieving all events (paginated, 500 at a time), and subsequently retrieving modified events.
An event is a concert, sporting match, festival, or other occasion for which tickets can be sold and purchased through StubHub.
Resource URL
https://api.stubhub.com/sellers /search/bulk/events/v3
Query Parameters
Name | Values | Description |
---|---|---|
dateLastModified |
Filter events in result-set by last modified date. This is a string describing the date in UTC timezone. - One Date: yyyy-MM-dd'T'HH:mm or yyyy-MM-dd. E.g., `dateLastModified=2019-08-01T12:00` or `dateLastModified=2019-08-01`, which retrieves events modified after the specified date/time. - Date Range: yyyy-MM-dd'T'HH:mm TO yyyy-MM-dd'T'HH:mm or yyyy-MM-dd TO yyyy-MM-dd. Range limits are inclusive. e.g `dateLastModified=2019-08-20T12:00 TO 2019-08-20T12:05` or `dateLastModified=2019-08-20 TO 2019-08-21`, which retrieves events modified between the dates. |
|
start |
Returns results starting from the specified index. Default is 0 |
|
rows |
The number of results to return, up to a maximum of 500. For example, rows=20. Default is 10 rows |
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
To generate an access token, use the [generateToken API](https://developer.stubhub.com/oauth/apis/post/accesstoken). Note that you will need to add a 'Bearer ' prefix to your access token. Otherwise, you'll get an 'Invalid Access Token' error |
|
Accept
(required) |
Response content-type expected by the client. Only JSON responses are supported currently. |
|
Accept-Encoding
(required) |
Gzip encoding is enforced for this API endpoint. Client should accept gzip encoded responses. |
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
-
404
Not found
-
401
Not authorized
-
403
Forbidden
-
400
Bad request
Resource Summary |
|
Security |
|
Content Type |
application/json |
Working...