- After clicking the CREATE button, open the Connection Settings section.
- Enter Swagger URL and Service Base URL.
- Select the authentication type from the Authentication Type drop-down menu.
- No additional action is required when No Auth is selected.
Swagger API Authentication Types
1. Bearer Authentication
- Select Bearer from the Authentication Type drop-down menu.
- Kuika creates the Username parameter by default.
- You can add custom parameters using the Custom option.
- Enter parameter information as a key-value pair.
- Example: Key: client_id, Value: your_client_id
- Save by clicking the CREATE button.
2. Basic Authentication
- Select Basic from the Authentication Type drop-down menu.
- Enter Username and Password.
- You can add custom parameters using the Custom option.
- Check the automatically generated “{BasicAuthToken}” value for Basic Authentication.
- Save by clicking the CREATE button.
3. API Key Authentication
- Select API Key from the Authentication Type drop-down menu.
- Enter the following information to use the API Key authentication type:
- ID key name: Key name representing the client ID.
- ID Client ID.
- Secret key name: The key name representing the client secret key.
- Secret: Client secret key.
- You can add custom parameters using the Custom option.
- Save by clicking the CREATE button.
By following these steps, you can integrate the Swagger API data source into your Kuika applications.