apiClient

Graphql fields and variables for the apiClient query

Scope required: developer:read

For a complete list of possible response fields see the ApiClient type.

query apiClient ($id: ID, $code: String, $format: String) {
  apiClient (id: $id, code: $code, format: $format) {
    accessTokenExpiresIn
    authorizationCodeEnabled
    clientCredentialsEnabled
    clientId
    clientSecret
    entityId
    id
    name
    ownerId
    redirectUri
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?