description: '' format_extension: null is_fileset: false schema: $schema: https://json-schema.org/draft/2020-12/schema type: object properties: apiKey: type: string description: API key retrieved from the dashboard. domain: type: string description: Domain of the workspace. username: type: string description: Email used to register for Gorgias. required: - username - apiKey - domain