#keithm

1 messages · Page 1 of 1 (latest)

tame coveBOT
wooden hatch
#

you can retrieve the /v1/accounts endpoint with the secret key, it will return the Account object that the key belongs to

turbid ridge
#

we get an error: "message": "You cannot access the connected accounts of your platform's connected accounts.",

#

but in this error the url has the account id we're looking for

#

so thank you, this will work for us just checking a few accounts manually

wooden hatch
#

you're fetching an account like /v1/accounts/acct_123
I'm saying just fetch /v1/accounts

turbid ridge
#

yup, we get back

#

when calling /v1/accounts

#

this is because the key we're using is the Connected Accounts key

#

thankfully the url there gives us the id of the account we were looking for

wooden hatch
#

ah I see

turbid ridge
#

thanks for your help with this, really appreciate it