Last active
March 19, 2022 00:03
-
-
Save caioagiani/b4332f3dd9db6b1b48b6d97ba330832d to your computer and use it in GitHub Desktop.
[Mobizon BR] - check current price
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 --request POST \ | |
--url 'https://api.mobizon.com.br/service/price/listpublic?output=json&api=v1&apiKey=YOUR_API_KEY' \ | |
--header 'Content-Type: application/x-www-form-urlencoded' \ | |
--data countryA2=BR \ | |
--data currency=BRL \ | |
--data language=br |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment