patch https://api.reelevant.com/v2/datasources/oauth/
Log in to see full request history
Responses
xxxxxxxxxx
14curl --request PATCH \
--url https://api.reelevant.com/v2/datasources/oauth/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"mode": "refresh_token",
"accessTokenHeader": "authorization",
"configuration": {
"mode": "refresh_token",
"accessTokenHeader": "authorization"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: