service.onecf.xyz
Open in
urlscan Pro
2606:4700::6812:1b3b
Public Scan
URL:
https://service.onecf.xyz/
Submission: On December 19 via automatic, source certstream-suspicious — Scanned from DE
Submission: On December 19 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
1 forms found in the DOM<form class="download-url-wrapper"><input class="download-url-input" type="text" value="https://service.onecf.xyz/api/v3/openapi.json"><button class="download-url-button button">Explore</button></form>
Text Content
Explore SWAGGER PETSTORE - OPENAPI 3.0 1.0.14 OAS3 https://service.onecf.xyz/api/v3/openapi.json This is a sample Pet Store Server based on the OpenAPI 3.0 specification. You can find out more about Swagger at http://swagger.io. In the third iteration of the pet store, we've switched to the design first approach! You can now help us improve the API whether it's by making changes to the definition itself or to the code. That way, with time, we can improve the API in general, and expose some of the new features in OAS3. Some useful links: * The Pet Store repository * The source API definition for the Pet Store Terms of service Contact the developer Apache 2.0 Find out more about Swagger Servers /api/v3 Authorize PET EVERYTHING ABOUT YOUR PETS FIND OUT MORE: HTTP://SWAGGER.IO PUT/pet Update an existing pet POST/pet Add a new pet to the store GET/pet/findByStatus Finds Pets by status GET/pet/findByTags Finds Pets by tags GET/pet/{petId} Find pet by ID POST/pet/{petId} Updates a pet in the store with form data DELETE/pet/{petId} Deletes a pet POST/pet/{petId}/uploadImage uploads an image STORE ACCESS TO PETSTORE ORDERS FIND OUT MORE ABOUT OUR STORE: HTTP://SWAGGER.IO GET/store/inventory Returns pet inventories by status POST/store/order Place an order for a pet GET/store/order/{orderId} Find purchase order by ID DELETE/store/order/{orderId} Delete purchase order by ID USER OPERATIONS ABOUT USER POST/user Create user POST/user/createWithList Creates list of users with given input array GET/user/login Logs user into the system GET/user/logout Logs out current logged in user session GET/user/{username} Get user by user name PUT/user/{username} Update user DELETE/user/{username} Delete user SCHEMAS Order Customer Address Category User Tag Pet ApiResponse