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

The Method API uses API keys to authenticate requests. The API key serves as an identifier for your team. Secret API keys for your team have the prefix sk_

Your team’s API Key has to be included as Bearer token in the Authorization header of a request.

Get an Access Token

👉 Get started by creating your account in the Method Dashboard or connect with our team. We cannot wait to see what you’ll build!

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