Connection
HTTP REST Connector supports Basic Authentication
and API Key Authentication
.
We at RoboMQ pay utmost attention to keep your account secure. See our Security and Privacy Policies to learn more about how RoboMQ handles your account access.
Link ITSM application on Hire2Retire¶
Basic Authentication¶
Step 1. Specify your integration software Instance URL
. You can find this Instance URL
when you login to your integration application.
Step 2. Enter your Username and Password.
Step 3. You can validate your connection by providing an optional GET endpoint URL.
API Key Authentication¶
Step 1. Specify your integration software Endpoint URL
.
Step 2. Enter API key name and API key value. You can find API keys when you login to your integration application portal. API key name is by default Authorization
. You can change it as per your integration application. Ex. If your application support API token as Bearer <token>
then your API key value will be Bearer <your-token>
.
Step 3. After entering your API key name and value, select Header or Query Params from the Added to dropdown menu.
Step 4. You can validate your connection by providing an optional GET endpoint URL.