Skip to content

Run external token refresh.

POST
/api/admin/external-token-refresh/run
Code sample: Shell / cURL
curl --request POST \
--url https://auth.example.com/api/admin/external-token-refresh/run \
--header 'Authorization: Bearer <token>'

Triggers the External IdP Bridge token refresh operation for the current tenant. If the bridge binding is missing, returns service unavailable.

External token refresh run response.

Media type application/json

Token refresh run result returned by the External IdP Bridge.

object
key
additional properties
Example generated
{
"additionalProperty": "example"
}

External token refresh run response.

Media type application/json

Token refresh run result returned by the External IdP Bridge.

object
key
additional properties
Example generated
{
"additionalProperty": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}