Org & Me Endpoints
Retrieve the authenticated user’s identity, organization details, and ad account access list.
Overview
This group exposes the following endpoints:
Method | Path | Description |
|---|---|---|
|
| Get Current User Details returns a |
|
| Get User Acls returns a list of |
|
| Get Orgs _id_ returns an |
Call GET /v1/me (Get Me Details), GET /v1/acls (Get User ACL), and GET /v1/orgs/{id} (Get Org by ID) in that order to confirm identity and discover accessible ad accounts. The GET /v1/acls (Get User ACL) endpoint is the recommended starting point for determining which ad accounts a token can manage.