Contents

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

/v1/me

Get Current User Details returns a MeResponse with the userId and orgId bound to the authenticated caller’s access token.

GET

/v1/acls

Get User Acls returns a list of UserAcl entries identifying every ad account the token can access and the role assigned to each.

GET

/v1/orgs/{id}

Get Orgs _id_ returns an OrgResponse with the organization’s name, currency, timezone, payment model, and system status.

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.

Topics

See Also

Account Management