In case the company name was generated automatically when creating an account (due to a duplicate name), for example:
if I initially set the company name to “google”, the company name in the url will be
“google-698128816778356819.myfreshworks.com”
Any API Call, such as getting users:
GET https://google-698128816778356819.freshcaller.com/api/v1/users
returns an error RecordNotFound:
{"error_type":"record_not_found","message":"RecordNotFound"}
What am I doing wrong?