Sign in

List currencies

documented

Return a list of currencies.

GET /LookupData/CurrenciesLookupDatano implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.saasu.com/v1/LookupData/Currencies?FileId={{$SAASU_FILE_ID}}&wsAccessKey={{$SAASU_WS_ACCESS_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{$OAUTH2_ACCESS_TOKEN}}"