---
title: Get Org by ID
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/get-orgs-_id_
---

# Get Org by ID

Retrieve the details of a specific organization by its ID.

## URL

GET https://api.ads.apple.com/v1/orgs/{id}

## Path Parameters

id:

## Response Codes

200 OK: Successful operation. Returns OrgResponse (result: Org). 400 Bad Request: Bad Request. Returns ErrorResponse. 401 Unauthorized: Unauthorized. 403 Forbidden: Forbidden. 404 Not Found: Resource not found. Returns ErrorResponse. 429 Too Many Requests: Rate Limit Exceeded. See Applying Rate Limits. 500 Internal Server Error: Internal Server Error. Returns ErrorResponse.

## Discussion

Discussion This endpoint retrieves the details of a specific organization by its ID. To retrieve your organization ID, call Get Me Details, which returns the orgId bound to the authenticated user. Payload Examples

## See Also

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