Fetches all team currencies in the team

Path Params
number
required

Team ID

Responses
200

Success

Example Response

    team_currencies: [
      {
        mosaic_team_id: 11111,
        currency_code: "USD",
        archived_at: null,
        is_default: true,
        created_at: "2021-06-29T20:00:00.000Z",
        updated_at: "2021-06-29T20:00:00.000Z"
      },
    ]
401

Invalid Authentication Key and/or Team ID

Language
Credentials
Response
Click Try It! to start a request and see the response here!