Management API access for free account

Hello!

I am working on an application which will utilize the management api. However, I noticed that when I try to get an access token using my client ID and secret, I get this error :

{"error":"server_error","error_description":"Organization not found"}

Has anybody else experienced this? Any insight would be greatly appreciated!

Thanks!
-Andrew

Hey there!

Can you share more context how you’re trying to get an access token? Thank you!

I first noticed the issue when writing C# code to get an access token, but I also verified that I get the same error when using the curl command (with my values plugged in) here: Get Management API Access Tokens for Production

Hi Konrad. Just following up on this. I figured it out! It was an error in my own hook which was triggering when hitting the oauth authorization endpoint.

1 Like

Perfect! Thanks for sharing with the rest of community!