Get LinkedIn integration
GET/ad-publishing/linkedin/integration
Retrieve the LinkedIn Ads integration details for a location
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location identifier
LinkedIn integration metadata for the location
- application/json
- Schema
- Example (auto)
Schema
locationIdstringrequired
Location identifier
statusstringrequired
Connection state
Available options
connectedexpireddisconnectedadAccountIdstring
Connected LinkedIn ad account id
currencyCodestring
Account billing currency, ISO 4217
organizationIdstring
Organization URN the ad account belongs to
createdAtstringrequired
Created at
updatedAtstringrequired
Updated at
{
"locationId": "fRMewNQIxSyZ5R4nQyit",
"status": "connected",
"adAccountId": "556129919",
"currencyCode": "USD",
"organizationId": "urn:li:organization:2414183",
"createdAt": "2025-01-08T17:50:37.952Z",
"updatedAt": "2026-08-19T08:12:05.304Z"
}