Varan explains : How does ServiceNow send 202 REST API response code
If same session is maintained and if there are slow running transactions then ServiceNow returns 202 = Postman / integration has exceeded number of requests that can be processed using single thread. If new / same session is used and if there are sl...