-
-
Save cdsaenz/ba7276604c3d37f97e1172957bc4575e to your computer and use it in GitHub Desktop.
Generate an access token for a MercadoLibre Account without the need of doing it through OAuth flow
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s -X POST -H 'content-type: application/x-www-form-urlencoded' 'https://api.mercadolibre.com/oauth/token' -d 'grant_type=client_credentials' -d 'client_id=[CLIENT_ID]' -d 'client_secret=[CLIENT_SECRET]' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment