v1

latestOpenAPI 3.0.0Superhuman Developer Terms2026-08-06124404444.0 KB
Packs

Retrieve the OAuth configuration of the Pack.

Retrieve the OAuth configuration of the Pack for display purpose. Secrets will be returned with masks.

get/packs/{packId}/oauthConfig

Path parameters

packIdinteger required

ID of a Pack

Response

The Pack's OAuth configuration.

maskedClientIdstring required

Masked OAuth client id. If not set, empty string will be returned.

maskedClientSecretstring required

Masked OAuth client secret. If not set, empty string will be returned.

authorizationUrlstring required

Authorization URL of the OAuth provider.

tokenUrlstring required

Token URL of the OAuth provider.

tokenPrefixstring

Optional token prefix that's used to make the API request.

scopesstring

Optional scopes of the OAuth client.

redirectUristring required

Redirect URI of the Pack.

useDynamicClientRegistrationboolean

Whether this Pack uses Dynamic Client Registration for OAuth.