get https://app.rumbleup.com/api/message/next
Retrieves the next available contact for messaging in concurrent mode. This request “locks” the contact for a short period of time, i.e. this contact will not be visible and available to anyone for the 5 minutes.
Tested: Failed
Success:
- 200:
OK
. Returns contact details
Errors:
- 400:
Bad Request
. Parameter is missing or incorrect. The response message will indicated what is missing or incorrect. - 401:
Unauthorized
. Credentials are missing or are incorrect. - 404:
Not Found
. No more contacts available - 440:
High Concurrency
. Too many requests being made - 441:
Unknown
. This is a temporary error condition, due to high concurrency and competition this request returns no contact but there are still more contacts available, just retry in a couple of seconds.