Overview
Wilow uses two layers of authentication:
Your API key is fixed and scoped to your integration. The customer token is obtained per user and must be refreshed if the user re-links.
Getting Your API Key
Reach out to info@wilow.app to get yourAPI-KEY before you can start hitting the APIs.
Getting a Customer Token
Call Link Customer with the user’s details. The response returns anauth_token — store it and use it for all subsequent customer-scoped requests.
Which endpoints need which?
Idempotency
AllPOST requests require an Idempotency-Key header. Use a unique UUID per request to safely retry without duplicating operations.