Throttling Limits to RDP API

We are currently trying to integrate the `/data/news/v1` API (RDP API) and sometimes we get 503 error (service unavailable). We realize that we have reached the throttling limits and we are trying to adjust them by minimizing our concurrent requests. For that reason we would like to know how the throttling limits are applied (per application or per HTTP session?). Thanks in advance.

Best Answer