cURL
Authentication
Generate customer authentication
Generates authentication tokens and a pre-authenticated link to the customer portal. Use this to allow customers to access their portal without entering credentials, or to make API calls on behalf of the customer.
POST
cURL
Generates authentication tokens and a pre-authenticated link to the customer portal.Documentation Index
Fetch the complete documentation index at: https://docs.fynn.eu/llms.txt
Use this file to discover all available pages before exploring further.
Use Cases
- Customer Portal Access: Generate a link that allows customers to access their portal without entering credentials
- API on Behalf of Customer: Use the access token to make API calls on behalf of the customer
- Email Integration: Include the customer area link in emails to provide seamless access
Response
The endpoint returns:| Field | Description |
|---|---|
accessToken | JWT access token for API authentication on behalf of the customer |
refreshToken | JWT refresh token to obtain new access tokens |
customerAreaLink | Pre-authenticated short link to the customer portal |