Api sanitization

I have an api that I am sending info to in a query string that is temporarily saved to a database. It is not anything from a user input just a uuid to use as a temp. id. I was wondering if i should be sanitizing this with something like .escape() with express validator? I will be restricting my cors so that only my app will be able to access the api.