Get ad account details
GET/ad-publishing/linkedin/ad-account
Retrieve details of a specific LinkedIn ad account
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location identifier
adAccountId stringrequired
Ad account identifier
Details for a single ad account, including the organization logo
- application/json
- Schema
- Example (auto)
Schema
idnumberrequired
LinkedIn ad account id. Returned as a number, unlike most ids in this API.
namestringrequired
Account name
statusstringrequired
Account status
currencystringrequired
Account billing currency, ISO 4217
servingStatusesstring[]required
Why the account can or cannot serve ads
organizationIdstringrequired
Organization URN that owns the account, from LinkedIn reference
organizationLogostring
Organization logo URL. LinkedIn media URLs are time-limited and expire.
{
"id": 556129919,
"name": "Acme Test Account",
"status": "ACTIVE",
"currency": "USD",
"servingStatuses": [
"RUNNABLE"
],
"organizationId": "urn:li:organization:2414183",
"organizationLogo": "https://media.licdn.com/dms/image/v2/.../company-logo_400_400?e=1788998400&v=beta&t=xc-DB8"
}