Getting started
Authentication
All API calls must supply an X-Authorization
header with your generated API token.
You can generate an API token from Admin > Developer in Lister.
$ curl -H 'X-Authorization: YOUR_TOKEN' <https://app.uprightlabs.com/api/status>
Date formats
Every date uses an ISO8601 format.
"2019-05-06T12:46:00.000Z"
Rate limits
- You can request up to 365 days of data in a given report, however calls may time out or return an error if results exceed 10 thousand records. You can prevent this by modifying your query to reduce your results by API call.
- Unlike other API provisioners, Lister does not limit API usage by calls or by data consumed.
Resources
- All API calls should be made to
https://app.uprightlabs.com/api/<resource>
- For documentation on our downloadable reports, please visit the report section in our help center documentation. These reports return similar data to the API.
Reporting
GET /reports/listings/goodwillfinds
Returns all Goodwillfinds listings created within the timeframe
Params
time_start
: String
time_end
: String