Swagger Petstore

This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.

Version 1.0.0, created by [email protected]

Models

Order

object

Property

Type

Format

petId

integer

int64

quantity

integer

int32

id

integer

int64

shipDate

string

date-time

complete

boolean

status

string

User

object

Property

Type

Format

firstName

string

lastName

string

password

string

userStatus

integer

int32

phone

string

id

integer

int64

email

string

username

string

Category

object

Property

Type

Format

name

string

id

integer

int64

Tag

object

Property

Type

Format

name

string

id

integer

int64

Pet

object

Required properties: namephotoUrls

Property

Type

Format

photoUrls

array

name

string

id

integer

int64

category

tags

array

status

string

ApiResponse

object

Property

Type

Format

code

integer

int32

type

string

message

string

Questions and Feedback

If you have any comments on this page, feel free to add suggestions right to the Google document that we are using to generate this page.

Last Updated: 27.12.16

Share on Google+Share on FacebookShare on TwitterShare on LinkedIn