GET /v1/health
Service health
Request
No request body.
Responses
200 Service status.
| Field | Type | Required | Description |
|---|---|---|---|
| status | string | no | — |
| version | string | no | — |
| time | string | no | — |
Example
curl https://api.ironstratum.com/v1/health \
-H "Authorization: Bearer $IRONSTRATUM_API_KEY"