phalcon / rest-api

Implementation of an API application using the Phalcon Framework
https://phalcon.io
MIT License
89 stars 34 forks source link

How to access users, companies... with request? #32

Closed xaero7 closed 4 years ago

xaero7 commented 4 years ago

For example, when I visit with postman http://localhost/users, It returns Invalid Token:

{"jsonapi":{"version":"1.0"},"errors":["Invalid Token"],"meta":{"timestamp":"2020-02-10","hash":"76f4972fb2132f97070a0c8904c0f61de14a"}}

How to access the lists of users, companies...etc.

xaero7 commented 4 years ago

Sorry , I got it