Search Link: https://www.google.com/search?channel=fs&client=ubuntu-sn&q=postman+collection+35240-3659b137-52c3-4941-8c35-36a1a993a79b

Overview

GET /countries

Summary: Get Countries

Finds all Country.


GET /countries/{country_id}

Summary: Get Countries Country

Retrieves a Country by id.


PARAMETERS /countries/{country_id}


GET /users/{user_id}/favorites/listings

Summary: Get Users User Favorites Listings

Finds all favorite listings for a user


PARAMETERS /users/{user_id}/favorites/listings


GET /users/{user_id}/favorites/listings/{listing_id}

Summary: Get Users User Favorites Listings Listing

Finds a favorite listing for a user


PARAMETERS /users/{user_id}/favorites/listings/{listing_id}


GET /users/{user_id}/favorites/users

Summary: Get Users User Favorites Users

Finds all favorite users for a user


PARAMETERS /users/{user_id}/favorites/users


GET /users/{user_id}/favorites/users/{target_user_id}

Summary: Get Users User Favorites Users Target User

Finds a favorite user for a user


PARAMETERS /users/{user_id}/favorites/users/{target_user_id}


GET /users/{user_id}/recommended_listings

Summary: Get Users User Recommended Listings

Get recommended listings for an authenticated member. The number of listings returned may not match the specified limit if there is no activity from recommended shops.


PARAMETERS /users/{user_id}/recommended_listings


POST /users/{user_id}/recommended_listings/rejects/{listing_ids}

Summary: Post Users User Recommended Listings Rejects Listing S

Registers rejections of recommended listings. Affects future recommended listings.


PARAMETERS /users/{user_id}/recommended_listings/rejects/{listing_ids}


POST /users/{user_id}/recommended_listings/views/{listing_ids}

Summary: Post Users User Recommended Listings Views Listing S

Register viewings of recommended listings. Affects future recommended listings.


PARAMETERS /users/{user_id}/recommended_listings/views/{listing_ids}


GET /users/{user_id}/feedback/as-subject

Summary: Get Users User Feedback As Subject

Retrieves a set of Feedback objects associated to a User.


PARAMETERS /users/{user_id}/feedback/as-subject


GET /users/{user_id}/feedback/as-author

Summary: Get Users User Feedback As Author

Retrieves a set of Feedback objects associated to a User.


PARAMETERS /users/{user_id}/feedback/as-author


GET /users/{user_id}/feedback/as-buyer

Summary: Get Users User Feedback As Buyer

Retrieves a set of Feedback objects associated to a User.


PARAMETERS /users/{user_id}/feedback/as-buyer


GET /users/{user_id}/feedback/as-seller

Summary: Get Users User Feedback As Seller

Retrieves a set of Feedback objects associated to a User.


PARAMETERS /users/{user_id}/feedback/as-seller


GET /users/{user_id}/payments

Summary: Get Users User Payments

Retrieves a set of BillPayment objects associated to a User.


PARAMETERS /users/{user_id}/payments


GET /users/{user_id}/payments/templates

Summary: Get Users User Payments Templates

Retrieves a set of PaymentTemplate objects associated to a User.


PARAMETERS /users/{user_id}/payments/templates


GET /users/{user_id}/addresses

Summary: Get Users User Addresses

Retrieves a set of UserAddress objects associated to a User.


PARAMETERS /users/{user_id}/addresses


GET /users/{user_id}/addresses/{user_address_id}

Summary: Get Users User Addresses User Address

Retrieves a UserAddress by id.


PARAMETERS /users/{user_id}/addresses/{user_address_id}


POST /users/{user_id}/avatar

Summary: Post Users User Avatar

Upload a new user avatar image


PARAMETERS /users/{user_id}/avatar


GET /users/{user_id}/avatar/src

Summary: Get Users User Avatar Src

Get avatar image source


PARAMETERS /users/{user_id}/avatar/src


GET /users/{user_id}

Summary: Get Users User

Retrieves a User by id.


PARAMETERS /users/{user_id}


GET /users/{user_id}/treasuries

Summary: Get Users User Treasuries

Get a user’s Treasuries


PARAMETERS /users/{user_id}/treasuries


GET /users/{user_id}/shops

Summary: Get Users User Shops

Retrieves a set of Shop objects associated to a User.


PARAMETERS /users/{user_id}/shops


GET /users/{user_id}/favored-by

Summary: Get Users User Favored By

Retrieves a set of FavoriteUser objects associated to a User.


PARAMETERS /users/{user_id}/favored-by


GET /users/{user_id}/orders

Summary: Get Users User Orders

Retrieves a set of Order objects associated to a User.


PARAMETERS /users/{user_id}/orders


GET /users/{user_id}/receipts

Summary: Get Users User Receipts

Retrieves a set of Receipt objects associated to a User.


PARAMETERS /users/{user_id}/receipts


GET /users/{user_id}/transactions

Summary: Get Users User Transactions

Retrieves a set of Transaction objects associated to a User.


PARAMETERS /users/{user_id}/transactions


GET /users/{user_id}/charges

Summary: Get Users User Charges

Retrieves a set of BillCharge objects associated to a User.


PARAMETERS /users/{user_id}/charges


GET /users/{user_id}/shipping/templates

Summary: Get Users User Shipping Templates

Retrieves a set of ShippingTemplate objects associated to a User.


PARAMETERS /users/{user_id}/shipping/templates


GET /homepages/pickers/{featured_listing_picker_id}/listings

Summary: Get Homepages Pickers Featured Listing Picker Listings

Retrieves a set of Listing objects associated to a FeaturedListingPicker.


PARAMETERS /homepages/pickers/{featured_listing_picker_id}/listings


GET /homepages/pickers/{featured_listing_picker_id}/listings/active

Summary: Get Homepages Pickers Featured Listing Picker Listings Active

Retrieves a set of Listing objects associated to a FeaturedListingPicker in scope active.


PARAMETERS /homepages/pickers/{featured_listing_picker_id}/listings/active


GET /homepages/pickers/{featured_listing_picker_id}

Summary: Get Homepages Pickers Featured Listing Picker

Retrieves a FeaturedListingPicker by id.


PARAMETERS /homepages/pickers/{featured_listing_picker_id}


GET /homepages/pickers/{featured_listing_picker_id}/featured

Summary: Get Homepages Pickers Featured Listing Picker Featured

Retrieves a set of FeaturedListing objects associated to a FeaturedListingPicker.


PARAMETERS /homepages/pickers/{featured_listing_picker_id}/featured


GET /homepages/pickers/

Summary: Get Homepages Pickers

Finds all FeaturedListingPicker in scope active.


GET /homepages/listings/{featured_listing_id}

Summary: Get Homepages Listings Featured Listing

Retrieves a FeaturedListing by id.


PARAMETERS /homepages/listings/{featured_listing_id}


GET /homepages/listings/{featured_listing_id}/picker

Summary: Get Homepages Listings Featured Listing Picker

Retrieves a set of FeaturedListingPicker objects associated to a FeaturedListing.


PARAMETERS /homepages/listings/{featured_listing_id}/picker


GET /homepages/listings/{featured_listing_id}/listing

Summary: Get Homepages Listings Featured Listing Listing

Retrieves a set of Listing objects associated to a FeaturedListing.


PARAMETERS /homepages/listings/{featured_listing_id}/listing


GET /homepages/listings/

Summary: Get Homepages Listings

Finds all FeaturedListings regardless of Listing state


GET /homepages/listings/active

Summary: Get Homepages Listings Active

Finds all FeaturedListings that point to active Listings


POST /listings/{listing_id}/images

Summary: Post Listings Listing Images

Upload a new listing image


PARAMETERS /listings/{listing_id}/images


GET /listings/{listing_id}/images/{listing_image_id}

Summary: Get Listings Listing Images Listing Image

Retrieves a ListingImage by id.


PARAMETERS /listings/{listing_id}/images/{listing_image_id}


GET /listings/{listing_id}

Summary: Get Listings Listing

Retrieves a Listing by id.


PARAMETERS /listings/{listing_id}


GET /listings/{listing_id}/favored-by

Summary: Get Listings Listing Favored By

Retrieves a set of FavoriteListing objects associated to a Listing.


PARAMETERS /listings/{listing_id}/favored-by


GET /listings/{listing_id}/shipping/info

Summary: Get Listings Listing Shipping Info

Retrieves a set of ShippingInfo objects associated to a Listing.


PARAMETERS /listings/{listing_id}/shipping/info


GET /listings/{listing_id}/payments

Summary: Get Listings Listing Payments

Retrieves a set of ListingPayment objects associated to a Listing.


PARAMETERS /listings/{listing_id}/payments


POST /listings

Summary: Post Listings

Creates a new Listing


GET /listings/active

Summary: Get Listings Active

Finds all active Listing


GET /listings/interesting

Summary: Get Interesting Listings

Collects the list of interesting listings


GET /listings/trending

Summary: Get Trending Listings

Collects the list of listings used to generate the trending listing page.


GET /shops/{shop_id}/listings/inactive

Summary: Get Shops Shop Listings Inactive

Retrieves Listings associated to a Shop that are inactive


PARAMETERS /shops/{shop_id}/listings/inactive


GET /shops/{shop_id}/listings/inactive/{listing_id}

Summary: Get Shops Shop Listings Inactive Listing

Retrieves a Listing associated to a Shop that is inactive


PARAMETERS /shops/{shop_id}/listings/inactive/{listing_id}


GET /shops/{shop_id}/listings/expired

Summary: Get Shops Shop Listings Expired

Retrieves Listings associated to a Shop that are expired


PARAMETERS /shops/{shop_id}/listings/expired


GET /shops/{shop_id}/listings/expired/{listing_id}

Summary: Get Shops Shop Listings Expired Listing

Retrieves a Listing associated to a Shop that is inactive


PARAMETERS /shops/{shop_id}/listings/expired/{listing_id}


GET /shops/{shop_id}/listings/active

Summary: Get Shops Shop Listings Active

Finds all active Listings associated with a Shop


PARAMETERS /shops/{shop_id}/listings/active


GET /shops/{shop_id}/listings/featured

Summary: Get Shops Shop Listings Featured

Retrieves Listings associated to a Shop that are featured


PARAMETERS /shops/{shop_id}/listings/featured


POST /shops/{shop_id}/appearance/banner

Summary: Post Shops Shop Appearance Banner

Upload a new shop banner image


PARAMETERS /shops/{shop_id}/appearance/banner


DELETE /shops/{shop_id}/appearance/banner/{shop_banner_id}

Summary: Delete Shops Shop Appearance Banner Shop Banner

Deletes a shop banner image


PARAMETERS /shops/{shop_id}/appearance/banner/{shop_banner_id}


GET /shops/{shop_id}

Summary: Get Shops Shop

Retrieves a Shop by id.


PARAMETERS /shops/{shop_id}


GET /shops/{shop_id}/receipts

Summary: Get Shops Shop Receipts

Retrieves a set of Receipt objects associated to a Shop.


PARAMETERS /shops/{shop_id}/receipts


GET /shops/{shop_id}/transactions

Summary: Get Shops Shop Transactions

Retrieves a set of Transaction objects associated to a Shop.


PARAMETERS /shops/{shop_id}/transactions


GET /shops/{shop_id}/sections

Summary: Get Shops Shop Sections

Retrieves a set of ShopSection objects associated to a Shop.


PARAMETERS /shops/{shop_id}/sections


GET /shops

Summary: Get Shops

Finds all Shops. If there is a keywords parameter, finds shops with shop_name starting with keywords.


GET /orders/{order_id}

Summary: Get Orders Order

Retrieves a Order by id.


PARAMETERS /orders/{order_id}


GET /orders/{order_id}/receipts

Summary: Get Orders Order Receipts

Retrieves a set of Receipt objects associated to a Order.


PARAMETERS /orders/{order_id}/receipts


GET /receipts/{receipt_id}

Summary: Get Receipts Receipt

Retrieves a Receipt by id.


PARAMETERS /receipts/{receipt_id}


GET /receipts/{receipt_id}/transactions

Summary: Get Receipts Receipt Transactions

Retrieves a set of Transaction objects associated to a Receipt.


PARAMETERS /receipts/{receipt_id}/transactions


GET /regions

Summary: Get Regions

Finds all Region.


GET /regions/{region_id}

Summary: Get Regions Region

Retrieves a Region by id.


PARAMETERS /regions/{region_id}


POST /shipping/templates/entries

Summary: Post Shipping Templates Entries

Creates a new ShippingTemplateEntry


GET /shipping/templates/entries/{shipping_template_entry_id}

Summary: Get Shipping Templates Entries Shipping Template Entry

Retrieves a ShippingTemplateEntry by id.


PARAMETERS /shipping/templates/entries/{shipping_template_entry_id}


GET /shipping/templates/{shipping_template_id}

Summary: Get Shipping Templates Shipping Template

Retrieves a ShippingTemplate by id.


PARAMETERS /shipping/templates/{shipping_template_id}


GET /shipping/templates/{shipping_template_id}/entries

Summary: Get Shipping Templates Shipping Template Entries

Retrieves a set of ShippingTemplateEntry objects associated to a ShippingTemplate.


PARAMETERS /shipping/templates/{shipping_template_id}/entries


POST /shipping/templates

Summary: Post Shipping Templates

Creates a new ShippingTemplate


GET /shipping/info/{shipping_info_id}

Summary: Get Shipping Info Shipping Info

Retrieves a ShippingInfo by id.


PARAMETERS /shipping/info/{shipping_info_id}


POST /sections

Summary: Post Sections

Creates a new ShopSection.


GET /sections/{shop_section_id}

Summary: Get Sections Shop Section

Retrieves a ShopSection by id.


PARAMETERS /sections/{shop_section_id}


GET /categories/{tag}/{subtag}

Summary: Get Categories Tag Subtag

Retrieves a second-level Category by tag and subtag.


PARAMETERS /categories/{tag}/{subtag}


GET /categories/{tag}/{subtag}/{subsubtag}

Summary: Get Categories Tag Subtag Subsubtag

Retrieves a third-level Category by tag, subtag and subsubtag.


PARAMETERS /categories/{tag}/{subtag}/{subsubtag}


GET /categories/{tag}

Summary: Get Categories Tag

Retrieves a top-level Category by tag.


PARAMETERS /categories/{tag}


GET /taxonomy/categories/{tag}

Summary: Get Taxonomy Categories Tag

Retrieves children of a top-level Category by tag.


PARAMETERS /taxonomy/categories/{tag}


GET /taxonomy/categories/{tag}/{subtag}

Summary: Get Taxonomy Categories Tag Subtag

Retrieves children of a second-level Category by tag and subtag.


PARAMETERS /taxonomy/categories/{tag}/{subtag}


GET /taxonomy/categories

Summary: Get Taxonomy Categories

Retrieves all top-level Categories.


GET /taxonomy/tags

Summary: Get Taxonomy Tags

Retrieves all related tags for the given tag set.


GET /taxonomy/tags/{tags}

Summary: Get Taxonomy Tags Tags

Retrieves all related tags for the given tag set.


PARAMETERS /taxonomy/tags/{tags}


GET /treasuries

Summary: Get Treasuries

Search Treasuries or else List all Treasuries


GET /treasuries/{treasury_id}

Summary: Get Treasuries Treasury

Get a Treasury


PARAMETERS /treasuries/{treasury_id}


POST /payments/templates

Summary: Post Payments Templates

Creates a new PaymentTemplate


GET /payments/templates/{payment_template_id}

Summary: Get Payments Templates Payment Template

Retrieves a PaymentTemplate by id.


PARAMETERS /payments/templates/{payment_template_id}


GET /payments/{listing_payment_id}

Summary: Get Payments Listing Payment

Retrieves a ListingPayment by id.


PARAMETERS /payments/{listing_payment_id}


GET /featured/users

Summary: Get Featured Users

Finds all FeaturedUser.


GET /featured/users/{featured_user_id}

Summary: Get Featured Users Featured User

Retrieves a FeaturedUser by id.


PARAMETERS /featured/users/{featured_user_id}


GET /server/epoch

Summary: Get Server Epoch

Get server time, in epoch seconds notation.


GET /server/ping

Summary: Get Server Ping

Check that the server is alive.


GET /transactions/{transaction_id}

Summary: Get Transactions Transaction

Retrieves a Transaction by id.


PARAMETERS /transactions/{transaction_id}


GET /

Summary: Get

Get a list of all methods available.