Hi!
I’m adding an integration with Klaviyo to an application. Currently, the user enters their public API key, and we put our data stream into Klaviyo by calling track/identify using the API key with the data accrued on our platform.
We want to verify that the API key is valid when the user enters it, so that we can track typos/nonsense entries. Is there an endpoint meant for this? It seems like endpoints that use the public API key (track/identify) are POSTs, so we can’t use a “dummy request” to verify the key validity (or else we may end up creating dummy data on Klaviyo).