Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Codes d’erreur HTTP et format des reponses
message
{ "message": "Description de l'erreur" }
200
201
400
401
403
404
409
429
500
curl -H "X-API-Key: vk_cle_invalide" \ https://api.treats.vet/api/v1/patients
{ "message": "Invalid or expired API key" }
PATIENT_READ
CLIENT_READ
curl -H "X-API-Key: vk_votre_cle" \ https://api.treats.vet/api/v1/clients
{ "message": "Insufficient permissions" }
curl -H "X-API-Key: vk_votre_cle" \ https://api.treats.vet/api/v1/patients/00000000-0000-0000-0000-000000000000
{ "message": "Resource not found" }
{ "message": "Rate limit exceeded. Please try again later.", "retryAfter": 42 }
Retry-After: 42 X-RateLimit-Limit: 1000 X-RateLimit-Remaining: 0