Skip to main content
GET
/
api
/
public
/
v1
/
health
Health check
curl --request GET \
  --url https://app.tagadapay.com/api/public/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "timestamp": "2025-01-30T10:00:00.000Z",
  "version": "1.0.0"
}

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Response

Successful response

status
string
required
timestamp
string
required
version
string