Rest Api in 1.51
-
Hello , i installed rest-api package via composer , but i get 404 error to the all of /api/v1/* links . How can i start using the rest api ? What i have to configure ?
-
Hi there,
we are working on this. will update you soon.
-
@Amitk-Webkul Hello, I am having a similar issue. Is there any update on this?
-
Hello there,
Have you followed all the steps related to the installation of rest-api.Please follow the below links for the same.
Link- https://github.com/bagisto/rest-api
In case you find any issue, do let us know.
-
@ashish2409 I followed all the steps carefully.
-
Hello there,
Please publish all the assets with the below commands-
php artisan vendor:publish --force --all php artisan optimize:clear
If you still facing the same please let us know.
Thanks. -
@Amitk-Webkul Thanks for the response. I could register using the registration endpoint but could not log in.
-
Hello there,
"Upon review, it appears that only the prefix is not capitalized in the API.
Thanks.
-
@Amitk-Webkul I can't authenticate. Can you please tell me how to fix this?
-
Hello there,
Please check the same query I have replied to in your second conversation. Here
-
@Amitk-Webkul I have capitalized the V1 prefix but still getting an error.
-
Hello there,
I have replied to your query. Here
I think the issue is getting the same so we can continue on the single conversation.Thanks
-
@Amitk-Webkul said in Rest Api in 1.51:
Hello there,
I have replied to your query. Here
I think the issue is getting the same so we can continue on the single conversation.Thanks
There are two different issues but we can focus on one thread at a time.
-
Hi @adebayoade,
Have you checked the Header in Postman, please check whether the authorization is selected or not, if it is selected then dis-select it and use only the Authorization Bearer token.
I hope this finds you useful. Please do let us know about the same.
Thank you