#nikym_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1318549926682296391
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Within the response payload of /v1/account
what's your account ID?
Example request ID: req_Dqx92URfzdfxUN, account ID: acct_1NxCciGaPBTw6Y0e
this is not an API exposed field
it's only used internally
and you shouldn't rely on it
Not relying on it currently, but was intending to use it for debugging purposes. Any chance I can get an explainaton betwen mcc_model_v2 and user_industry?
Thanks for the heads up however!
you shouldn't rely on it, these values are internal and might change at any point in time
the only way to get them is by inspecting the network tab in the devtools (which I assume you're doing) but please don't build any flow (even if it's manual) based on undocumented, internal-use-only fields
Okay, in that case as a heads up that property is exposed in the UI dashboard, in case you wanted to remove it :)_
it could be, but I mean it's not exposed in the API
when I meant for internal usage
there are functionalities and things we internally allow you to see or change on the dashboard that we don't offer the possibility to see or do in the API
Understood, thanks for your assistance!