- After clicking the CREATE button, open the Connection Settings section.
- Enter the Service Base URL information.
- Select the authentication type from the Authentication Type drop-down menu.
- No additional action is required when No Auth is selected.
Rest 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 key-value pairs (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. (Example: client_id)
- ID Client ID.
- Secret key name: Key name representing the client secret key. (Example: client_secret)
- 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 Rest API data source into your Kuika applications.