How do I find my account_id?

I'm getting this error:
X [ERROR] A request to the Cloudflare API (/accounts/320017443/workers/services/cloudflare-org-dashboard-project-worker) failed. Could not route to /client/v4/accounts/320017443/workers/services/cloudflare-org-dashboard-project-worker, perhaps your object identifier is invalid? [code: 7003]
when I try to run wrangler deploy index.js . I assume it's because my account id is incorrect? I double-checked to make sure the name of my newly created worker was correct (I created on the Cloudflare UI/website). How do I check and fix my account id?
4 Replies
Chaika
Chaika7mo ago
Your account ID would be longer then that. You can find it on the right of the Workers & Pages Page (under Account ID), or in the URL of the dashboard once you pick an account (it's the first element in the path, like https://dash.cloudflare.com/b9e510810e1e12fcd40826d266a1fb12 <-) Don't go in a worker, click back out to the Overview
Cyb3r-Jak3
Cyb3r-Jak37mo ago
Deleted that as your email is in there
John
John7mo ago
ah thanks for catching that so quickly!
Chaika
Chaika7mo ago
No description