Account level app - get account id

Hi @will.zoom

I’m referring to the access token (Bearer token used in API calls) - I was trying to get the account_id from the token, as I read here: Where to find the account ID?

Currently I am doing a call to /v2/users/me to get the account_id - but being able to get it from the token would mean I dont need to do that call or include the scope to make the call.

I have the account ID from the webhook.

Many thanks