The scope you have given your token is a Cloud Access Management module admin access scope. Try giving it ‘sp:scopes:all’ to be given access to all API endpoints (provided that your identity that is generating the token is an Admin).
As an alternative, you can give your token read access to all the different objects if you do not want full permissions. (eg. idn:sources:read, sp:workflows:read, etc)