<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "article",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/org-me",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Org & Me Endpoints"
}
-->

# Org & Me Endpoints

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

## Discussion

This group exposes the following endpoints:

|Method|Path           |Description                                                                                                                                                                                                     |
|------|---------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|`GET` |`/v1/me`       |<doc://com.apple.apple-ads-platform-api/documentation/Apple-Ads-Platform-API/Get-current-user-details> returns a `MeResponse` with the `userId` and `orgId` bound to the authenticated caller’s access token.   |
|`GET` |`/v1/acls`     |<doc://com.apple.apple-ads-platform-api/documentation/Apple-Ads-Platform-API/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}`|<doc://com.apple.apple-ads-platform-api/documentation/Apple-Ads-Platform-API/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`](/documentation/Apple-Ads-Platform-API/Get-current-user-details)), `GET /v1/acls` ([`Get User ACL`](/documentation/Apple-Ads-Platform-API/Get-user-ACLs)), and `GET /v1/orgs/{id}` ([`Get Org by ID`](/documentation/Apple-Ads-Platform-API/GET-orgs-_id_)) in that order to confirm identity and discover accessible ad accounts. The `GET /v1/acls` ([`Get User ACL`](/documentation/Apple-Ads-Platform-API/Get-user-ACLs)) endpoint is the recommended starting point for determining which ad accounts a token can manage.

> The `GET /v1/me` (<doc://com.apple.apple-ads-platform-api/documentation/Apple-Ads-Platform-API/Get-current-user-details>), `GET /v1/acls` (<doc://com.apple.apple-ads-platform-api/documentation/Apple-Ads-Platform-API/Get-user-ACLs>), and `GET /v1/orgs/{id}` (<doc://com.apple.apple-ads-platform-api/documentation/Apple-Ads-Platform-API/GET-orgs-_id_>) endpoints don’t require the `X-AP-Context` header. Supply `X-AP-Context` only for ad-account-scoped operations.

## Topics

[`Get Me Details`](/documentation/Apple-Ads-Platform-API/Get-current-user-details)

[`Get User ACL`](/documentation/Apple-Ads-Platform-API/Get-user-ACLs)

[`Get Org by ID`](/documentation/Apple-Ads-Platform-API/GET-orgs-_id_)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)