Contents

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

NameTypeDescription
id Requiredstring

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
OrgResponse

Successful operation. Returns OrgResponse (result: Org).

400Bad Request
Content-Type: application/json
ErrorResponse

Bad Request. Returns ErrorResponse.

401Unauthorized
Content-Type: application/json
ErrorResponse

Unauthorized.

403Forbidden
Content-Type: application/json
ErrorResponse

Forbidden.

404Not Found
Content-Type: application/json
ErrorResponse

Resource not found. Returns ErrorResponse.

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

Rate Limit Exceeded. See Applying Rate Limits.

500Internal Server Error
Content-Type: application/json
ErrorResponse

Internal Server Error. Returns ErrorResponse.

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