OAuth 2.0 API Token Authentication

In this guide, we will show you how to use OAuth 2.0 API (OIDC) Identity Provider for API authentication. We support the Okta OIDC Identity Provider with API Access Management system. Below is a step by step guide to setup and configure your account for refresh token API authentication.

<?xml version="1.0"?>
<query>
    <oidc_refresh_token>[RefreshToken]</oidc_refresh_token> <!-- required-->
    <action>[Action]</action>
    <!-- query params -->
</query>
{
    "query": {
        "oidc_refresh_token": "[RefreshToken]", // required
        "action": "[Action]" // required
        // query params
    }
}