Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location -g --request GET 'https://dev.your-api-server.com/pet/?id={{Userid}}'
Responses
application/json category
object (Category)
requiredtags
array[object (Tag) {2}]
requiredAllowed values:availablependingsold
Default:uuid_generate_v4()
app_model_config_id
string
optional>= -2147483648<= 2147483647
>= -2147483648<= 2147483647
Default:CURRENT_TIMESTAMP(0)
Default:CURRENT_TIMESTAMP(0)
{
"code": 0,
"data": {
"name": "Hello Kitty",
"photoUrls": [
"http://dummyimage.com/400x400"
],
"id": 3,
"category": {
"id": 71,
"name": "Cat"
},
"tags": [
{
"id": 22,
"name": "Cat"
}
],
"status": "sold"
}
}
Modified at 2023-11-01 02:40:24