1. RunSignup
  2. API
  3. Methods
  4. Get Race Store Purchases

Get Race Store Purchases

Gets all non-cancelled race store purchases for a race. Results are sorted by purchase date ascending, then purchase ID ascending.

This endpoint uses cursor-based pagination. When more results are available, use the next_url value from the previous response and pass its next_token back unchanged.

URL

https://api.runsignup.com/rest/v2/race-store/get-race-store-purchases.json

HTTP Method

GET

Authentication

OAuth2 Support

This API endpoint supports OAuth2 authentication. See the OAuth2 Developer Guide for implementation details.

Note: We may leverage OAuth2 scopes in the future to limit what access APIs require.

Standard Parameters

Parameter HTTP Method Default Description Datatype
api_key GET API Key string
api_secret GET API Secret string
rsu_api_key GET API v2 key. If used, you must send the API secret in an HTTP header named X-RSU-API-SECRET. string
sp_api_key GET Super partner API key. If used, you must send the API secret in an HTTP header named X-RSU-API-SECRET. string
X-RSU-API-SECRET HTTP Header API v2 or super partner secret. string
Authorization HTTP Header Authorization Header. If using OAuth 2.0, fill this in with `Bearer <token>`. string

Parameters

Parameter HTTP Method Default Description Datatype
race_id
Required
GET ID of race. uint
num GET 100 Number of results per page (max 500). uint
min_purchase_ts GET Only include purchases made on or after this Unix timestamp. unix_timestamp
max_purchase_ts GET Only include purchases made on or before this Unix timestamp. unix_timestamp
next_token GET Opaque cursor token from the previous page (only use this when included in the `next_url` of a previous response). string

If you continue to use this site, you consent to use all cookies. We use cookies to offer you a better browsing experience. Read how we use cookies and how you can control them by visiting our Privacy Policy.

If you continue to use this site, you consent to use all cookies.