OAuth Credentials Resources
Find information about OAuth credentials.
Available resources are:
| Resource | Description |
|---|---|
| /apps/oauth/credentials/appIdentifier | Get OAuth credentials for all OAuth consumers associated with a given app by providing the app ID. |
| /apps/oauth/credentials/${appIdentifier}/oauthConsumerIdentifier | Get the OAuth key, secret, or both for a specific OAuth consumer by providing the consumer ID. |
| /apps/oauth/credentials/externalClientAppIdentifier/oauthConsumerIdentifier/staged | Get or create staged credentials for the given app and OAuth consumer. |
| /apps/oauth/credentials/externalClientAppIdentifier/oauthConsumerIdentifier/staged/stagedCredentialsIdentifier | Add OAuth credentials as staged credentials, replace primary credentials with staged credentials, or delete staged credentials. |