Retrieve all listings for the authenticated user.
GET/listings
Returns every listing the authenticated user can access: listings they own (connected via their channel accounts) plus listings they have been granted access to manage in Wheelhouse (shared / delegated access on another user's listings). Set include_managed_listings to false to restrict the response to owned listings only. Each listing carries an access_level and an owner_user, so managed listings can be told apart from owned ones and attributed to the account they belong to.
Request
Responses
- 200
- 401
- 429
Array of listings.
API key authorization failed.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.