Sign in

List listings (paginated)

documented

Paginated retrieval of listings for a specific host using offset; supports limit up to 100.

GET /api/v2/listings?user_id={host_id}&offset={offset}Listingsno implementation yet0 runs
No 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={{$host_id}}&offset={{$offset}}' -X GET -H 'Accept: application/json' -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' -H 'Content-Type: application/json'