API - Get currencies list
The purpose of this method is to retrieve all currencies available in the beebox.
URL
(GET) /api/utility/parserpresets?currencies?token=
PARAMETERS
Parameters are:
token | The session token obtained when connecting. |
Â
RESULTS
The method returns JSON and HTTP status 200. Other HTTP status values indicate an error.
EXAMPLE
A typical result may look like:
[
{
"v": "AED",
"t": "AED (د.إ.\u200f, UAE Dirham)"
},
{
"v": "AFN",
"t": "AFN (Ø‹, Afghani)"
},
.
.
.
] |
Â
Â
Copyright Wordbee - Buzzin' Outside the Box since 2008