Skip to main content

Authentication

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 email us at team@methodfi.com. We cannot wait to see what you'll build!

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