BackendBatchAdapter

constructor(endpoint: String, authToken: String? = null)

Parameters

endpoint

Full URL of the batch ingest endpoint, e.g. "https://api.example.com/v1/events".

authToken

Bearer token for the Authorization header, if required.