The Export Job Events imply the current status of the Export Job through the export lifecycle. Send a request to this endpoint to update the status of the export job. If an export job has failed, mention the failure reason and the reason type.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
started, failed, completed, completed_with_errors Identifier of the job the event is to be processed for.
Reason why the job failed in the case of a failure. Include this only when the export job event has a failed status.
invalid_configuration, missing_configuration, authentication_failure, accounting_system_authentication_failure, pleo_rate_limit, accounting_system_rate_limit, service_unreachable, accounting_system_unreachable, validation_failure, authorization_failure, integration_unusable, job_expired, service_timeout, accounting_system_timeout, canceled_by_user Export Job Event created successfully.