Hi,
I am trying to get all connections, i am making a get call to api end point /api/v2/connections
but I am getting {“statusCode”:404,“error”:“Not Found”,“message”:“Not Found”}
I have checked the authorization and it has got read:connections
what else could be causing the issue?
Thanks
1 Like
Hi @mhafeez,
Welcome to the Auth0 Community!
That usually happens if the endpoint you are requesting cannot be found. There might have been a typo or extra white spaces.
Please ensure that the request has the following format: https://{{your_auth0_domain}}/api/v2/connections
Thanks,
Rueben