For the complete documentation index, see llms.txt. This page is also available as Markdown.

apiClientCreate

Graphql fields and variables for the apiClientCreate mutation

Create an OAuth2.0 API application for generating API access tokens

Scope required: security:write

For a complete list of input attributes see the ApiClientAttributes type

mutation apiClientCreate ($attributes: ApiClientAttributes!) {
  apiClientCreate (attributes: $attributes) {
      apiClient {
        accessTokenExpiresIn
        authorizationCodeEnabled
        clientCredentialsEnabled
        clientId
        clientSecret
        entityId
        id
        name
        ownerId
        pkceEnabled
        redirectUri
      }
      errors
  }
}

Arguments

Name
Type
Description

Response

Name
Type
Description

apiClient

errors

List (String)

Last updated

Was this helpful?