{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists resell-offers API", "version": "1.0.0" }, "items": [ { "info": { "name": "resell-offers", "type": "folder" }, "items": [ { "info": { "name": "list_offers", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/resell/offers", "params": [ { "name": "eventId", "value": "", "type": "query" }, { "name": "customerId", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "listingIds", "value": "", "type": "query" }, { "name": "createdAt", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query", "description": "A limit on the number of objects to be returned. Can range between 1 and 1000." }, { "name": "skip", "value": "", "type": "query", "description": "The number of objects to skip for the requested result" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List offers" }, { "info": { "name": "create_an_offer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/resell/offers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an offer" }, { "info": { "name": "get_public_resell_listings", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/resell/listings", "params": [ { "name": "eventId", "value": "", "type": "query", "description": "The ID of the event" }, { "name": "sellerId", "value": "", "type": "query", "description": "The ID of the seller" }, { "name": "top", "value": "", "type": "query", "description": "A limit on the number of objects to be returned. Can range between 1 and 1000." }, { "name": "skip", "value": "", "type": "query", "description": "The number of objects to skip for the requested result" } ] }, "docs": "Get public resell listings" }, { "info": { "name": "get_offer_by_id", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/resell/offers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get offer by id" }, { "info": { "name": "get_listing_of_offer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/resell/offers/:id/listing", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get listing of offer" }, { "info": { "name": "get_internal_ticket_resell_status", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/resell/ticket/:id/status", "params": [ { "name": "customerId", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get internal ticket resell status" }, { "info": { "name": "get_public_ticket_resell_status", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/resell/ticket/:id/status", "params": [ { "name": "sellerId", "value": "", "type": "query", "description": "The ID of the seller" }, { "name": "secret", "value": "", "type": "query", "description": "The secret of the ticket" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get public ticket resell status" }, { "info": { "name": "create_an_offer_as_a_customer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/resell/offers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an offer as a customer" }, { "info": { "name": "preview_offer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/resell/offers/preview", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Preview offer" }, { "info": { "name": "preview_an_offer_as_a_customer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/resell/offers/preview", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Preview an offer as a customer" }, { "info": { "name": "cancel_an_offer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/resell/offers/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Cancel an offer" }, { "info": { "name": "public_cancel_an_offer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/resell/offers/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Public cancel an offer" } ] } ], "bundled": true }