apiClientCreate
Graphql fields and variables for the apiClientCreate mutation
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
Last updated
Was this helpful?
