Skip to main content
POST
/
v1
/
app
/
integration
/
sharepoint
/
{integrationId}
/
refresh_token
Refresh OpenID token for an integration
curl --request POST \
  --url https://{base_url}/v1/app/integration/sharepoint/{integrationId}/refresh_token \
  --header 'Content-Type: application/json' \
  --data '"<unknown>"'
"<string>"

Path Parameters

integrationId
string
required

The ID of the integration to refresh the token for

Body

application/json

No body is required for this request

Nothing

Response

202 - text/plain

The request to refresh the token has been accepted

The response is of type string.