Skip to main content
GET
/
api
/
v1
/
helpers
/
currencies
List ISO 4217 currencies
curl --request GET \
  --url https://app.sajn.se/api/v1/helpers/currencies \
  --header 'authorization: <authorization>'
{
  "items": [
    {
      "code": "<string>",
      "label": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.sajn.se/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string
required

Bearer token for API authentication

Response

200

items
object[]
required