gqlApiKey
Retrieves a specific GraphQL API key by its unique identifier. Returns detailed API key information including the decrypted key.
Errors: GQL_API_KEY_GET_ERROR, GQL_API_KEY_NOT_FOUND_ERROR if API key doesn't exist.
AUTH: Role=[apikey.OWNER,apikey.EDITOR,apikey.VIEWER]
gqlApiKey(
id: String!
): GqlApiKey!
Arguments
gqlApiKey.id ● String! non-null scalar
Unique identifier of the GraphQL API key to retrieve.
Type
GqlApiKey object
Represents a GraphQL API key with encrypted key storage