#nikym_api

1 messages ยท Page 1 of 1 (latest)

pine willowBOT
#

๐Ÿ‘‹ 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.

burnt ginkgo
#

๐Ÿ‘‹ happy to help

#

where did you find the mcc_source property exactly?

livid sinew
#

Within the response payload of /v1/account

burnt ginkgo
#

what's your account ID?

livid sinew
#

Example request ID: req_Dqx92URfzdfxUN, account ID: acct_1NxCciGaPBTw6Y0e

burnt ginkgo
#

this is not an API exposed field

#

it's only used internally

#

and you shouldn't rely on it

livid sinew
#

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!

burnt ginkgo
#

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

livid sinew
#

Okay, in that case as a heads up that property is exposed in the UI dashboard, in case you wanted to remove it :)_

burnt ginkgo
#

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

livid sinew
#

Understood, thanks for your assistance!