Turnstile API endpoint returning error code 7000 "No route for that URI"

For Workers & Pages, what is the name of the domain?

n/a

What is the error number?

7000

What is the error message?

No route for that URI

What is the issue or error you’re encountering

When I try and access the Turnstile “List Turnstile Widgets” API endpoint I received a 7000 error
GET /accounts/{account_id}/challenges/widgets

What steps have you taken to resolve the issue?

I have reduce the request to use fixed values for my Account Id.

What are the steps to reproduce the issue?

Attempt to access the Turnstile “List Turnstile Widgets” API endpoint for my Account Id.

And you have widgets on the dashboard page with a url that matches the account_id in your API call?

I tested the API call and got the three widgets that show up on my Turnstile Overview page.

Okay…I had an error in the path prefix. I was missing the /client/v4 part.

Thanks for bringing this to my attention, @sdayman.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.