Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Access to MailUp resources may fail if the client exceeds the expected rate limit. The returned message shows both the exceeded theshold threshold ("Max") and the actual number of received callscalls that are received instead ("actual").

Code Block
titleRefresh the access token
curl -H "Authorization:Bearer MYACCESSTOKEN" /
		-H "Content-Type:application/x-www-form-urlencoded" /
		https://services.mailup.com/API/v1.1/Rest/ConsoleService.svc/Console/List/1/Groups

Response:
{	"ErrorCode":"429",
	"ErrorDescription":"Authorization error (too_many_requests): Too many requests. Max:5 calls per second , actual:10.",
	"ErrorName":null,
	"ErrorStack":null}