curl -i "https://production.methodfi.com/ping" \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"

All API requests are identified by a request ID designed to ensure that every request and response is traceable and logged efficiently. This ID is returned in the Request-Id header of the response. The request ID is useful for facilitating easy tracking and debugging of requests.

We highly recommend logging the request ID for every API request you make. If you need to contact support, providing the request ID will help us resolve your issue more quickly.

curl -i "https://production.methodfi.com/ping" \
  -H "Method-Version: 2024-04-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"