-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
When I make the request below, I receive a 403 error but when I make the request to /users/me
with the same token the data loads correctly.
Request
curl --request GET \
--url 'https://api.mercadolibre.com/sites/MLB/search?q=celular' \
--header 'Authorization: Bearer {TOKEN}'
Response:
{
"message": "forbidden",
"error": "forbidden",
"status": 403,
"cause": []
}
Metadata
Metadata
Assignees
Labels
No labels