Not able to create/read environment variable using management API
I'm trying to create an environment variable using management api:
I've set all the scopes related to environment variables in M2M application already. Though whenever I try to read/create environment variable I'm getting below error:
All other management APIs are working fine, only these environment variables related APIs are giving error
Help me why this error is occuring?
import { EnvironmentVariables } from '@kinde/management-api-js';I've set all the scopes related to environment variables in M2M application already. Though whenever I try to read/create environment variable I'm getting below error:
All other management APIs are working fine, only these environment variables related APIs are giving error
Help me why this error is occuring?