Skip to main content
GET/transactional-api/ping

Ping

Connectivity and authentication check. Returns the calling application together with the requesting organisation and practitioner context.

Authorization: Bearer token (JWT). See Authentication.

Responses

200 API is reachable and the caller is authenticated.
{
"status": "ok",
"timestamp": "2025-01-01T09:30:00Z",
"application": {
"identifier": "string",
"name": "string"
},
"requestingOrganisation": {},
"requestingPractitioner": {}
}