Can anyone tell me what this error code means?
- {
- "code": "NO_CRM_ACCOUNT",
- "details": {},
- "message": "The token does not bind to any CRM account. Generate new organization specific token.",
- "status": "error"
- }
I
can't find any information on what may cause this. My API calls were
working fine earlier today, now I just get this response. I've tried
generating new self-client codes already. I'm able to use them to
generate access/refresh tokens, but when I use the access token to make
API calls, I get the response above