Discussions

Ask a Question
Back to All

Rate Limits

Greetings!

I've been doing some API testing on setting Call Center Agent statuses, and all was working swimmingly until I began to get this error:
{
"error": {
"code": 400,
"errors": [
{
"domain": "global",
"message": "Invalid change request",
"reason": "badRequest"
}
],
"message": "Invalid change request"
}
}

Even when I use the API test page here: https://developers.dialpad.com/reference/callcenterapi_updateoperatordutystatus

I know my API key is good because it's working fine to retrieve information, it's just giving me this error when attempting to set status info.

Can you tell me what may be causing this? Could I have run into a rate limit?

Thanks for your help

Bill