Graphql fields and variables for the apiClient query
Last updated 17 days ago
Was this helpful?
Scope required: developer:read
For a complete list of possible response fields see the 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 } }
id
ID
code
String
format