Authenticate
Use the authentication flow Make supports for the module:
- OAuth if you want to authorize your KonbiniAPI account in-browser
- Token or bearer-style auth if you prefer a direct KonbiniAPI API key
Recommended KonbiniAPI pattern
- Use
search_endpointsearly in a scenario when the workflow needs to decide which API endpoint fits a request - Use
call_endpointonce you know the endpoint ID and parameters - Store or transform the returned JSON in downstream Make modules