Hello everyone, i’d like to access to the page airtable.com/account/credits and get the JSON of my referred users, which can be found under “credits”
I’m talking about this:
"acceptedInvitedUsers": [{
"id": "usrp*****c9IeJ4G84E",
"email": "m*******@hotmail.com",
"profilePicUrl": "https:\u002F\u002Fstatic.airtable.com\u002Fimages\u002FuserIcons\u002Fuser_icon_7.png",
"name": "Maurizio",
"wasAwardedCreditForReferringUser": false,
"_invitedTime": "2026-06-10T16:59:09.000Z"
}, {
"id": "usrCw9R7*****KZcIzo",
"email": "f*********i@optibus.com",
"profilePicUrl": "https:\u002F\u002Fstatic.airtable.com\u002Fimages\u002FuserIcons\u002Fuser_icon_10.png",
"name": "*********",
"wasAwardedCreditForReferringUser": true,
"_invitedTime": "2026-05-26T13:29:57.000Z"
},
What would be the best way to fetch this data? It’s not an API call unfortunatly
Thank you very much for your help!
