Refreshable token
Here are all details about configuring Connectors to authenticate with Refreshable Tokens
Introduction
Header Configuration
{
"encode": false,
"token_in_header": true,
"content_type": "application/json",
"header_key": "Authorization",
"token_format": "{{token}}",
"token_prefix": "Bearer {{token_format}}"
}Authentication Configuration (Standard)
Required parameters
Required Parameters for Separate Refresh Endpoints
Optional parameters
Examples
Docuware
Last updated
Was this helpful?