Find pet by ID
1min
GET
AUTHENTICATION
Authorization
Bearer
Bearer
PATH PARAMETERS
petId
integer
*ID of pet to return
RESPONSES
200
successful operation
Pet
id
integer<int64>
category
Category
name
string
*Example: doggie
photoUrls
string[]
*Example:
tags
Tag[]
status
string<available | pending | sold>
pet status in the store
400
Invalid ID supplied
404
Pet not found
ο»Ώ
ο»Ώ
Updated 02 Nov 2023
Did this page help you?