API Status Get API Key
ENUM ⚠️ Experimental

AuthorizationStatus

Represents the authorization evaluation result for a feature.

Values 5

needsRefresh Authorization exists but requires token refresh
needsUpgrade The client version is below the minimum required to access this feature. The client should prompt the user to upgrade.
notEnoughData Insufficient data to determine authorization state. Typically indicates missing scopes or webhook metadata.
notEnoughRights The connected platform user's role/permissions are insufficient for this feature, so reconnecting with the same user cannot fix it. Clients should prompt the user to contact an administrator of the platform account (or have one connect the channel) instead of offering a reconnect.
ok Authorization is valid and the feature can be used.