---
title: "Org & Me Endpoints"
framework: Apple Ads Platform API
role: collectionGroup
role_heading: API Collection
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/org-me
---

# Org & Me Endpoints

Retrieve the authenticated user’s identity, organization details, and ad account access list.

## Overview

Overview This group exposes the following endpoints:  |  |   |  |   |  |   |  |  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. note: The GET /v1/me (Get Me Details), GET /v1/acls (Get User ACL), and GET /v1/orgs/{id} (Get Org by ID) endpoints don’t require the X-AP-Context header. Supply X-AP-Context only for ad-account-scoped operations.

## Topics

- [Get Me Details](apple-ads-platform-api/get-current-user-details.md)
- [Get User ACL](apple-ads-platform-api/get-user-acls.md)
- [Get Org by ID](apple-ads-platform-api/get-orgs-_id_.md)

## See Also

### Account Management

- [Managing Ad Accounts and API Access](apple-ads-platform-api/access-overview.md)
- [Ad Account Endpoints](apple-ads-platform-api/ad-account-endpoints.md)
- [Account Management Data Objects](apple-ads-platform-api/account-management-data-objects.md)
- [Account Management Data Types](apple-ads-platform-api/account-management-data-types.md)
