Role Requirements
Field | Description |
Connector Name | A name for the connection. |
Auth Type | Select either Basic or Token. |
Domain | The Rest API root resource URL. |
Additional Headers | Additional headers to send with the HTTP request. |
Auth Prefix | The authorization header prefix when using a Token type of authorization. Common prefixes are Bearer or Session. Check with the connecting application's documentation to see what is accepted in your particular case. |
Auth Prefix Value | The value to be sent with the prefix. Example Bearer <token value>. |