# **Connexió Wordpress -> Odoo. Què espera la REST API de Wordpress quan fa una petició GET a Odoo:**
## **Sample request**
## **Success response**
## **Error response**
The wp-api-jwt-auth will intercept every call to the server and will look for the Authorization Header, if the Authorization header is present will try to decode the token and will set the user according with the data stored in it.
If the token is valid, the API call flow will continue as always.