FyrewulfieF
Deno10mo ago
Fyrewulfie

Any way to retrieve org uuid with org access token?

Hi folks,

I'm trying to get an org uuid via the API, if possible. I know with a personal access token (
ddp_*
) you can hit the
/organizations
endpoint to get a list of orgs a user is in, but I'm not sure if there is a way to get an org's uuid the same way, using an org access token (starting with
ddo_*
) - Attempting to hit the
/organizations
endpoint with this just results in an access denied error.
Was this page helpful?