Hello!
I am wondering if this REST implementation API can be replaced by the Events API.
Or are they completely different things?
Nowadays I use the REST Implementation API for a server-side integration. But given that it’s only possible to generate API V3 tokens, I am wondering if this Events API is replacing the REST Implementation API (which uses a V2 token that is shared with the JS Tracker).
REST Implementation API
- https://developers.brevo.com/reference/identifyuser-1
It has 4 methods: Identify the user; Track event; Track link clicks; Track page views
Events API
- https://developers.brevo.com/docs/event-endpoints
It has only one method: Create Event
Thanks!