cURL
curl --request GET \ --url https://api.theary.ai/health \ --header 'Authorization: Bearer <token>'
{ "success": true, "image": "<string>" }
Check the health and status of the Background Check API service
true
curl -X GET "https://api.theary.ai/health"
{ "success": true, "image": "verification-api:latest" }
200
500