Pet Store Demo
    Pet Store Demo
    • 🐶 Walk through Apidog
    • Sample APIs
      • Deletes a pet
        DELETE
    • Find pet by ID
      GET
    • Finds Pets by status
      GET
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Pet User ID
      GET
    • API-Token
      GET
    • Apidog Echo
      GET
    • sayHello
      POST
    • New Request
      GET
    • Weather
      GET

      API-Token

      Developing
      GET
      API-auth

      Request

      Authorization
      Add parameter in header
      42il7HEx2sYm6qIpmsqolFHTn1mIgt
      Example:
      42il7HEx2sYm6qIpmsqolFHTn1mIgt: ********************

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://dev.your-api-server.comAPI-auth' \
      --header '42il7HEx2sYm6qIpmsqolFHTn1mIgt;'

      Responses

      🟢200OK
      application/json
      Body
      object {0}
      Example
      {}
      🟠404Record not found
      Previous
      Pet User ID
      Next
      Apidog Echo
      Built with