numbers.sip_credentials.not_found
The SIP credential ID was not found for this number.
numbers.sip_credentials.not_found is returned when a SIP credential operation (lookup, rotate, revoke) targets a credential ID that does not exist for the specified number. The lookup is scoped to the number; credentials from other numbers are not visible.
The credential ID does not exist for this number, was revoked and removed, or belongs to a different number.
List credentials for the number via the credentials list endpoint to find valid IDs.
{
"error": {
"code": "numbers.sip_credentials.not_found",
"message": "SIP credential not found",
"request_id": "req_01900000abc"
}
}