Changed behavior
The April 2026 release of Administrator includes the following changed behavior.
REST API authentication type
The default authentication type for REST API calls is JSON Web Token (JWT).
Previously, the default authentication type was session ID.
Note: Change the authentication type to session ID before you send any API requests if any of the following conditions are true:
- •The organization uses API Manager or the REST V2 Connector.
- •REST API scripts haven't been revised to handle automatic re-authentication before or after the token expires.
For more information, see the
JWT Support Knowledge article.