Admin Get OAuth Client

get/api/v2/admin/oauth/client/{clientId}

Admin route to retrieve an existing OAuth client by clientId

Path Parameters

  • clientIdstringRequired
    The OAuth client ID
    Min length: >= 1 characters

200 Response

clientId string required
The uniqueclient ID of the OAuth client
redirectUri array[string] required
Whitelisted redirect URIs
scopeOne ofrequired
OAuth Client Scopes The scopes that are allowed for the OAuth clients
Allowed values: openid openid_enterprises profile user_manage wallet_create private_verify_email all wallet_view_enterprise wallet_edit_enterprise wallet_spend_enterprise wallet_approve_enterprise wallet_manage_enterprise wallet_view wallet_edit wallet_freeze wallet_spend wallet_approve wallet_manage wallet_stake wallet_view_all wallet_edit_all wallet_freeze_all wallet_spend_all wallet_approve_all wallet_manage_all wallet_stake_all enterprise_view_all enterprise_manage_all auditlogs_view_all
clientType string
The type of the OAuth client
Allowed values: dApp scim
clientSecret string
The client secret of the OAuth client
redirectDomain array[string]
Whitelisted redirect domains
enterprise string
The enterprise that the OAuth client ties to

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

401 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id