Skip to main content
GET
Ping

Authorizations

Authorization
string
header
required

Your Jenzy API key: Authorization: Bearer jz_live_…

Response

Your org, key prefix, and whether the rest of /v1 is serving.

org
string
required
Example:

"Acme Remittances Ltd"

key_prefix
string
required
Example:

"jz_live_AbC123Xy"

status
enum<string>
required

Whether the rest of /v1 is serving. live — open. maintenance / outage — the API shutter is closed and every other /v1 route returns 503 (service_maintenance / service_incident). GET /ping itself still answers. The environment is the base URL, not this field.

Available options:
live,
maintenance,
outage
Example:

"live"