Is there an API to login and create users?

I´m developing a mobile app integrated with vtex. I need the user to sign in or sign up when he enters into the app, in order to be able to use "My account" section, with his older orders. The login can be with email, facebook or gmail (like vtex already does in the websites).

Is there an API to do this?

Tomas,

We haven't an API to login but you can use the facebook login,google login or generate a token to navigate in both enviroments.

Another option would be deploy the oauth2 protocol to use the single sign on.

However is possible to register clients and address with bellow documentation:

https://documenter.getpostman.com/view/164907/masterdata-api-v102/2TqWsD#d3879a3c-1e89-4e03-89e1-a0c6c6c842be

Perfect, thanks.