Fynd Konnect supports two authorization modes for obtaining a valid access token:
- Company-Level Authorization – Grants comprehensive access across all warehouses or stores linked to the seller account. Ideal for businesses needing centralized control.
- Location-Level Authorization – Restricts access to a single store or warehouse. Suitable for multi-location operators wanting granular permissions.
Why Use It?
- Secure, token-based authentication across all Konnect APIs.
- Flexibility in controlling scope of access: company-wide vs. location-specific.
Try out Fynd Konnect's Generate Access Token Endpoint
| Environment | Host URL | Example |
|---|---|---|
| Non-Prod (Staging) | https://{{aggregator_name}}.uat.fyndx1.de/ | https://api.konnect.uat.fyndx1.de/ |
| Production | https://{{aggregator_name}}.extensions.fynd.com/ | https://api.konnect.fynd.extensions.fynd.com/ |
Header:
x-access-token
The x-access-token header is essential for authenticating requests to Fynd Konnect APIs. After obtaining a valid access token, include this header in your API requests to ensure secure and authorized interactions. This token verifies your identity and grants the necessary permissions to access and manipulate resources within the Fynd Konnect ecosystem.
An access token generated at the Company Level provides comprehensive access to all locations under a single seller account.
Key Benefits
- Centralized Management
- Bulk Operations
- Unified Channels
- Navigate to Settings in the Fynd Konnect extension.
- Locate the Username and Token provided for generating your company-level access token.
Company or Store level integration username
Company or Store level integration token/password
Token used for API authorization
Status of the API call
An access token generated at the Location Level is limited to a single store or warehouse, perfect for location-specific control.
Key Benefits
- Localized Management
- Enhanced Security
- Flexible
- Go to Selling Location in the Fynd Konnect extension.
- Click Show Token to view the Username and Token for this location.
Company or Store level integration username
Company or Store level integration token/password
Token used for API authorization
Status of the API call
- Reach out to the Fynd Konnect Team to obtain the staging environment and authentication credentials
- Replace
usernameandpasswordwith the actual staging company or store/location level credentials provided