Get Me Details
Return the user ID and organization ID of the authenticated API caller.
URL
GET https://api.ads.apple.com/v1/meResponse Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | MeResponse | Successful operation. Returns MeResponse ( |
| 400 | Bad Request Content-Type: application/json | Error | Bad Request. Returns ErrorResponse. |
| 401 | Unauthorized Content-Type: application/json | Error | Unauthorized. |
| 403 | Forbidden Content-Type: application/json | Error | Forbidden. |
| 404 | Not Found Content-Type: application/json | Error | Resource not found. Returns ErrorResponse. |
| 429 | Too Many Requests Content-Type: application/json | Error | Rate Limit Exceeded. See Applying Rate Limits. |
| 500 | Internal Server Error Content-Type: application/json | Error | Internal Server Error. Returns ErrorResponse. |
Discussion
This endpoint returns the userId and orgId associated with the access token used to authenticate the request. To confirm which user account is active and retrieve the root organization for subsequent API calls, use this endpoint.