Pet Store
  1. Order Service
Pet Store
  • User Service
    • Add steps into the doc
    • User Service
      • Overview
      • Notice
      • Login
      • Add a new pet to the store
      • Update an existing pet
      • Deletes a pet
      • Find pet by ID
      • Finds Pets by status
      • discriminator with mapping
    • Order Service
      • Find order by id
        GET
      • Check
        GET
    • AI Model
      • Google AI Studio
    • Schemas
      • Sample Schemas
        • Pet
        • Category
        • Tag
  • Order Service
    • Get list
      GET
    • Add a list
      POST
    • Update list
      PUT
    • New Request
      GET
    • Schemas
      • List
  1. Order Service

Check

Developing
GET
check

Request

None

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'check'
Response Response Example
{}
Modified at 2025-01-07 03:27:05
Previous
Find order by id
Next
Google AI Studio
Built with