---
title: Get Me Details
framework: Apple Ads
role: symbol
role_heading: Web Service Endpoint
platforms: [search ads 5.0+]
path: apple_ads/get-me-details
---

# Get Me Details

Fetches details of an API caller.

## URL

GET https://api.searchads.apple.com/api/v5/me

## Response Codes

200 OK: If the call succeeds, the API returns the MeDetail object in the response payload with an HTTP status code of 200 (OK). If unsuccessful, the HTTP status code indicates the error with details in the error message. 401 Unauthorized: An unauthenticated call fails to get the requested response. 403 Forbidden: Insufficient rights to the resource. 429 : The API calls exceed rate-limit thresholds. See the Rate Limits subsection of Calling the Apple Ads API. 500 Internal Server Error: The Apple Ads server is temporarily down or unreachable. The request may be valid, but you need to retry it later.

## Mentioned in

Apple Ads Campaign Management API 4

## Discussion

Discussion This endpoint returns the userId and parentOrgId of an API caller. See the MeDetail object. Get Me Details Example

## See Also

### Access Control List

- [Get User ACL](apple_ads/get-user-acl.md)
- [UserAcl](apple_ads/useracl.md)
- [UserAclListResponse](apple_ads/useracllistresponse.md)
- [MeDetail](apple_ads/medetail.md)
- [MeDetailResponse](apple_ads/medetailresponse.md)
