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 is used when using a Token type of authorization. Common prefixes are Bearer or Session. Check the documentation for the connecting application to determine what is accepted in your specific case. |
Auth Prefix Value | The value to be sent with the prefix. Example Bearer <token value>. |