Jump to Content
BlinkHomeGuidesAPI Endpoints
HomeGuidesAPI Endpoints
HomeGuidesAPI EndpointsSign InContact UsBlink
Guides
Sign InContact Us
429 - Too Many Requests

Creating Apps

  • Getting Started
  • Configuring Apps
  • Authenticated vs Non-Authenticated Apps
  • Enabling your App
  • Building Authenticated Apps

Feed

  • CardKit
  • Client Actions
  • Sending Feed Events with Attachments or Images
  • Finding Team and User Ids

API Errors

  • Rate Limiting
  • 429 - Too Many Requests
  • 422 - Unprocessable Entity
  • 403 - Forbidden
  • 401 - Unauthorized
  • 500 - Server Error

Support

  • Contact Us

429 - Too Many Requests

You will receive this response from any api endpoint if you exceed the rate limit.

Example response:

{
  "code": "TOO_MANY_REQUESTS"
}

Updated about 6 years ago