I need to add a scope to my access token

I need to add a scope to my access token.
Do I need to revoke the token and get a brand new one?

Yes, if you need to add scopes to an access token you will need to have you customer go through the OAuth process to get a new token with the updated scopes. :slightly_smiling_face:

And it worked too. Thanks a bunch.