Access limit API with Token

Hi, all.
i’m creating new service with mysql and the automated generated api is open accessed.
i want to limit its access only when i have api and token key (i already have the api and token key from ‘user/session’).
how i’m going to do that ?

Thanks in advance.

1 Like

Your API is actually closed by default, not open. If you are logged in as Admin, when you go to API Docs, the system uses your logged in credentials.

Here are some helpful tutorials on this subject.
https://wiki.dreamfactory.com/DreamFactory/Tutorials#Users

1 Like