Configure Rest API Connection Settings
- After clicking the “CREATE” button, go to the “Connection Settings” section on the screen that opens.
- Enter the“Service Base URL” information.
- Then select one of the authentication types from the “Authentication Type” drop-down menu.
If “No Auth” is selected as the authentication type, there is no need to do any configuration.
Rest API Configuration Settings with “Bearer” as Authentication Type
- Select the “Bearer” authentication type from the Authentication Type drop-down menu.
- Kuika generates the value for the “Username” parameter by default when you select the Bearer authentication type.
- You can add custom parameters using the“Custom” option.
- Enter parameter information as key and value pair. (For example, Key: “client_id”, Value: “your_client_id”)
- Click the “CREATE” button in the upper right corner.
Rest API Configuration Settings with “Basic” as Authentication Type
- Select the “Basic” authentication type from the Authentication Type drop-down menu.
- Enter your username and password in the“Username” and “Password” fields.
- You can add custom parameters using the“Custom” option.
- Check the automatically generated “{BasicAuthToken}” value for Basic Authentication.
- Click the “CREATE” button in the upper right corner.
Configuration Settings with “API Key” as Rest API Authentication Type
- Select the “API Key” authentication type from the Authentication Type drop-down menu.
- To use the API Key authentication type, provide the following information:some text
- ID key name: Enter the key name that represents the client ID. (For example, “client_id”)
- ID Enter the client ID.
- Secret key name: Enter the key name that represents the client secret key. (For example, “client_secret”)
- Secret: Enter the client secret key.
- You can add custom parameters using the“Custom” option.
- Click on the “CREATE” button in the upper right corner.