PRODUCTION

List the currencies by country

Resource information
AuthenticationRequired
HTTP MethodGET
ResponseJSON
Version1

Resource URL

https://mapaprop.app/api/action/portal-v2/settings/currencies/AR

Parameters

KeyTypeRequiredDescription
countrystringyesThe ISO code for the country. Constants

Sample code

GET /api/action/portal-v2/settings/currencies/AR HTTP/1.1
Host: mapaprop.app
Content-Type: application/x-www-form-urlencoded
Content-Length: 0
Authorization: Bearer ya29.1.AADtN_UxybTdjLw9jX6lg_SXIgc3wTtek4q2WvfETzSrz7Q6loEYoJEWd1x4qvlpGw

Response

A simple number with the total properties in our system in JSON.

ObjectFieldTypeRequiredDescription
ResponsetypesObjectyesAn object with the list of currencies by country code

Sample code

{
    "ARS": "Pesos",
    "USD": "Dólares"
}