Saltar al contenido principal
GET
/
api
/
v1
/
budgeting
/
settings
/
currency
Python (SDK)
from meetkai_mka1 import SDK


with SDK(
    bearer_auth="<YOUR_BEARER_TOKEN_HERE>",
) as sdk:

    res = sdk.budgets.get_currency()

    # Handle response
    print(res)
{
  "currency": "<string>"
}

Autorizaciones

Authorization
string
header
requerido

Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.

Respuesta

200 - application/json

Está bien

currency
string
requerido