ClickUp Authentication - Route not found error

When I am trying to make a OAuth connection to ClickUp I am getting {"err":"Route not found","ECODE":"APP_001"} error.
My details on resource page is;


What am I doing wrong?

@Jale (helped you already via Support email, but wanted to share the answer here as well)
I reviewed the ClickUp docs, and it looks like you will need to use a different Authorization URL: https://app.clickup.com/api?client_id={client_id}&redirect_uri={redirect_uri}

1 Like