Readyz
GET
/readyz
const url = 'https://api.vocapable.com/readyz';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.vocapable.com/readyz \ --header 'Authorization: Bearer <token>'Ready means the database answers and both isolation checks still hold.
The admin verification runs only when the admin plane is wired: an unwired plane is a stated condition, not unreadiness (ADR-0016 §8).
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”Successful Response
Media typeapplication/json
Response Readyz Readyz Get
object
key
additional properties
string
Examplegenerated
{ "additionalProperty": "example"}