{ "opencollection": "1.0.0", "info": { "name": "Affiliate Partner BuybackBidService MarketService API", "version": "1.0" }, "items": [ { "info": { "name": "MarketService", "type": "folder" }, "items": [ { "info": { "name": "Gets a single market.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/refb.partner.affiliate.v1.MarketService/GetMarket" }, "docs": "Known errors:\n- UNAUTHENTICATED\n - when no authorization header is sent\n - when authorization header is malformed or invalid\n- PERMISSION_DENIED\n - when the authorized user does not have permissions for this operation\n- NOT_FOUND\n - when the market is not found" }, { "info": { "name": "Lists all markets.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/refb.partner.affiliate.v1.MarketService/ListMarkets" }, "docs": "Known errors:\n- UNAUTHENTICATED\n - when no authorization header is sent\n - when authorization header is malformed or invalid\n- PERMISSION_DENIED\n - when the authorized user does not have permissions for this operation\n- INVALID_ARGUMENT\n - when pagination limit is too large (>100)\n - when both \"ending_before\" and \"starting_after\" are specified in pagination" }, { "info": { "name": "Gets a single market.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/refb.merchant.v1.MarketService/GetMarket" }, "docs": "Known errors:\n- UNAUTHENTICATED\n - when no authorization header is sent\n - when authorization header is malformed or invalid\n- PERMISSION_DENIED\n - when the authorized user does not have permissions for this operation\n- NOT_FOUND\n - when the market is not found\n- RESOURCE_EXHAUSTED\n - when rate limit is exceeded" }, { "info": { "name": "Lists all markets.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/refb.merchant.v1.MarketService/ListMarkets" }, "docs": "Known errors:\n- UNAUTHENTICATED\n - when no authorization header is sent\n - when authorization header is malformed or invalid\n- PERMISSION_DENIED\n - when the authorized user does not have permissions for this operation\n- INVALID_ARGUMENT\n - when pagination limit is too large (>100)\n - when both \"ending_before\" and \"starting_after\" are specified in pagination\n- RESOURCE_EXHAUSTED\n - when rate limit is exceeded" } ] } ], "bundled": true }