authenticateAPIClient
Authenticate an API client using client_credentials flow. Returns an access token for subsequent API calls. This is the only mutation that does not require prior authentication.
authenticateAPIClient(
clientId: String!
clientSecret: String!
): AuthenticateAPIClientResponse!
Arguments
authenticateAPIClient.clientId ● String! non-null scalar
authenticateAPIClient.clientSecret ● String! non-null scalar
Type
AuthenticateAPIClientResponse object
Response from authenticating an API client. Contains the access token for subsequent API calls.