Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
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>" }
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>.
Authorization: Bearer <mka1-api-key>
X-On-Behalf-Of: <external-user-id>
Está bien
¿Esta página le ayudó?