Skip to main content

Authentication

Overview

To ensure both security and personalized access to Woflow's API, each client is provided with a unique API key.

Finding Your API Key

🔍 Your API key awaits in the Settings page of the Merchant Data Platform.

How to Use

When making calls to Woflow's API, don't forget to include your API key in the request header:

Authorization: Token api_key=[Your_API_Key_Here]

🛠 Remember: Always prefix with Token api_key=.