get https://ws.sandbox.pagseguro.uol.com.br/v2/authorizations/?appIdappKey
Responses
Updated over 5 years ago
xxxxxxxxxx
1curl --request GET \
2--url 'https://ws.sandbox.pagseguro.uol.com.br/v2/authorizations/authorizationCode?{appId=appId&appKey=appKey}' \
3--header 'accept: application/xml' \
4--header 'content-type: application/json'
Updated over 5 years ago