Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.methodfi.com/llms.txt

Use this file to discover all available pages before exploring further.

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-07-04" \
  -H "Authorization: Bearer sk_WyZEWVfTcH7GqmPzUPk65Vjc"