📍Cevap Yapısı
Başarılı Cevap Yapısı
"_links": {
"self": {
"href": "https://api.vapi.co/<method>?page=1&per-page=500"
},
"first": {
"href": "https://api.vapi.co/<method>?page=1&per-page=500"
},
"next": {
"href": "https://api.vapi.co/<method>?page=2&per-page=500"
},
"last": {
"href": "https://api.vapi.co/<method>?page=1&per-page=500"
}
}, "_meta": {
"totalCount": 65,
"pageCount": 1,
"currentPage": 1,
"perPage": 500
},Başarısız Cevap Yapısı
"name": "Unauthorized",
"message": "Your request was made with invalid credentials.",
"code": 0,
"status": 401Last updated