If you’re using curl, try passing in the verbose option -v to see if that gives any more info like if you’re getting a 401 or 403 response for auth issues.
Thanks. I get a message now. I also want to know if executing this curl command is supposed to return a client id and secret? Right now I get the message below when I add “-v” to my curl command and I don’t get a client id and secret.
You’re getting a 403 which means the token you’re using doesn’t have permission to create an app. Verify that the token you’re using has the write apps (w:apps:*) scope. If it doesn’t, create a new token and be sure to check the write apps scope:
App names are required to be globally unique and when deleted the app name still remains as registered. So, rename your new app with some unique identifier, eg “cookierookie-app-test-2”