Logo
GoCardless API API Documentation

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 live

  • https://api-sandbox.gocardless.com/health_check for sandbox

Health check API Docs

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{"active_record":"up","system":"up"}



Curl
curl -X GET 'https://api-sandbox.gocardless.com/health_check'

ENDPOINTS