Skip to Content
🚀 Trusted by travel businesses worldwide - Roamify eSIM API
Exchange RatesGet Currencies

Get Supported Currencie(s)

Table of Contents

Get Supported Currencies

To get a gift card or list of gift cards, you need to send a GET request to the /api/gifts/gift endpoint.

To get a list of all supported currencies, you need to send a GET request to the /api/currencies endpoint.

The request parameters does not require any parameters.

Usage - fetch all supported currencies

Here is an example of how to fetch all supported currencies using curl and JavaScript (Axios):

curl --request GET \ --url 'https://api-dev.getroamify.com/api/currencies' \ --header 'Authorization: Bearer Access Token' \ --header 'Content-Type: application/json'
Last updated on