Call Standalone Function in Sandbox via REST API
Hi,
I'm unable to call custom standalone functions in Sandbox. I receive an OAUTH_SCOPE_MISMATCH error every time. I've tried all the scopes I know of, but no luck. Is there a complete list of scopes I can view? Are there any Sandbox specific scopes that I need to use?
I'm using OAuth 2 for auth, and auth_type=oauth is the only url parameter I'm passing. I'm including the access token in Authorization header. Also sending arguments in body form data. Both POST and GET methods result in the error. Any other changes I make to the request lead to a 400 Bad Request error
Thanks,
Nathan