Get LinkedIn ad accounts
GET/ad-publishing/linkedin/ad-accounts
Retrieve LinkedIn Ads accounts available for the connected user
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location identifier
Ad accounts the connected user can access
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
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
[
{
"id": 556129919,
"name": "Acme Test Account",
"status": "ACTIVE",
"currency": "USD",
"servingStatuses": [
"RUNNABLE"
],
"organizationId": "urn:li:organization:2414183"
}
]