Contents

Get Me Details

Return the user ID and organization ID of the authenticated API caller.

URL

GET https://api.ads.apple.com/v1/me

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
MeResponse

Successful operation. Returns MeResponse (result: Me).

400Bad Request
Content-Type: application/json
Error

Bad Request. Returns ErrorResponse.

401Unauthorized
Content-Type: application/json
Error

Unauthorized.

403Forbidden
Content-Type: application/json
Error

Forbidden.

404Not Found
Content-Type: application/json
Error

Resource not found. Returns ErrorResponse.

429Too Many Requests
Content-Type: application/json
Error

Rate Limit Exceeded. See Applying Rate Limits.

500Internal 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.

Payload Examples

See Also