Check whether an OAuth-issued API key already exists for the authenticated user and OAuth2 client pair.
Documentation Index
Fetch the complete documentation index at: https://docs.whitebit.com/llms.txt
Use this file to discover all available pages before exploring further.
apikeys.read. See Authentication. The endpoint is available on https://whitebit.com only.
(exists, isEnabled) response and choose the next action.
exists | isEnabled | Meaning | Recommended action |
|---|---|---|---|
false | false | No partner-issued API key exists for this (user, OAuth2 client) pair. | Start the OAuth API key flow. |
true | true | An active partner-issued API key already exists. | Skip the OAuth API key flow. Surface “an active API key for this partner already exists” to the user. |
true | false | A disabled partner-issued API key exists (post-inactivity, awaiting user-side deletion). | Skip the OAuth API key flow. Ask the user to delete the disabled key from the WhiteBIT dashboard, then retry. |