How to start api in the laravel project? #481
-
Hello, everyone. https://api-v2.fattureincloud.it/user/info After that, I called above api in the postman, and it worked well. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello @quantumcoder482 Then, if you decide to use the OAuth 2.0 flow, you have two options:
The OAuth2.0 flow is standard, so if you need more info you'll be able to find plenty of documentation about it even outside of our site. For example, here you can find a generic description of the standard OAuth2.0 flow. Please, let us know if you need further info about this topic. Thanks |
Beta Was this translation helpful? Give feedback.
Hello @quantumcoder482
the redirect URL must be exactly equal to the one you inserted on the App inside the Fatture in Cloud's "Sviluppatore" section.
You left the localhost redirect URL in the App config.
It is probably better to create multiple Fatture in Cloud apps, one for each environment you use.
Thanks
Mauro