Versions Compared

Key

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

...

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"TooManyRequests",
	"ErrorStack":null}