List listings
documentedRetrieve a paginated list of listings for a host (identified by user_id) with optional offset and limit parameters.
GET /api/v2/listingsListingsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.universe.com/api/v2/listings?user_id={{$user_id}}&offset={{$offset}}&limit={{$limit}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"