REST V2 connector
grant_type
or username
, that will be visible in the datasource.
client_secret
or password
. These values will remain hidden.
objects
, objects[]
, and $.objects[]
.
application/x-www-form-urlencoded
format.Bearer ${LW_ACCESS_TOKEN}
. The special variable ${LW_ACCESS_TOKEN}
will be replaced with the actual token.
401 Unauthorized
response, it will automatically attempt to fetch a new access token. This ensures uninterrupted crawling if the token expires.
team@company.com.njg4
. The system performs URL-encoding internally. Avoid entering pre-encoded values, for example team%40company.com.njg4
to prevent double encoding.