values
endpoint.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Response
Successful Response
Response type returned by the for /calc query endpoint.
Examples:
{
"formatted": "€6,378.32",
"offset": [0, 0],
"type": "number",
"value": 6378.32
}