Hi
I have an issue with performing API calls in quick succession.
Whenever I
POST account_activity/webhooks
and immediately afterwards
POST account_activity/webhooks/:webhook_id/subscriptions
the second POST results in an error, whereas if I wait 3 seconds before the second POST it all works fine.
Is there an official minimum delay between API calls that needs to be respected?
Thanks