I’m currently trying to figure out whether I should create an incident through the REST API V2, synchronously or asynchronously.
I read here that the REST API V2 is a synchronous API. I was curious if there was any SLA on the maximum amount of time we should expect to get a response back from the incident creation API.
When it comes to simply creating an incident, would I be better off with synchronously using the Events API V2 to create an incident because it is asynchronous and can respond to my requests quickly?