Skip to content

Instantly share code, notes, and snippets.

@caioagiani
Last active March 19, 2022 00:03
Show Gist options
  • Save caioagiani/b4332f3dd9db6b1b48b6d97ba330832d to your computer and use it in GitHub Desktop.
Save caioagiani/b4332f3dd9db6b1b48b6d97ba330832d to your computer and use it in GitHub Desktop.
[Mobizon BR] - check current price
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