0

Please or Register to create posts and topics.

Testing local api

Working with a new install of pro (kitchen sink version), and struggling to understand how to hit the api.  What url should I type in to test customercontroller, etc?

I have (at least partially) figured this one out.

http://localhost:5051/api/account/users/me, for example

you can use http://localhost:5051/swagger/ in your case.

Alle the api's can be tested there. As said for the other post you'll need to provide your token to access the account api's (top button authorize -> provide your token)