GET
/
ping
curl https://production.methodfi.com/ping \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "success": true,
  "data": null,
  "message": "pong"
}

A health check may be performed by calling the /ping endpoint.

curl https://production.methodfi.com/ping \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"
{
  "success": true,
  "data": null,
  "message": "pong"
}