Skip to main content
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 must be included as a Bearer token in the Authorization header of every request.

Get an Access Token

Get started by creating your account in the Method Dashboard or connect with our team.
curl https://production.methodfi.com/accounts \
  -H "Method-Version: 2025-12-01" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"