Healthcheck
GET {{url}}/health_check
We expose a health check endpoint which can be used to test connections to our API. Requests to this endpoint do not require authorization and are not rate limited. This endpoint will return a 200
response while our API is available.
https://api.gocardless.com/health_check
for livehttps://api-sandbox.gocardless.com/health_check
for sandbox
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{"active_record":"up","system":"up"} |
ENDPOINTS