메인 콘텐츠로 건너뛰기
POST
/
companies
/
advertisements
/
lookup
cURL
curl --request POST \
  --url https://api.pubrio.com/companies/advertisements/lookup \
  --header 'Content-Type: application/json' \
  --header 'pubrio-api-key: <api-key>' \
  --data '
{
  "advertisement_search_id": "a92643e8-9033-4029-aa65-ef929327cebb",
  "profile_id": 123
}
'
{
  "data": {
    "headline": "Thuraya-4 Satellite Solutions for Government",
    "description": "Thuraya-4 provides secure, always-on connectivity for vehicles, aircraft and command centers, ensuring mission continuity. \n\nLearn more about our satellite-powered government solutions.",
    "poster": "Space42",
    "poster_title": "Promoted",
    "promoted_by": null,
    "cta": "Learn more",
    "target_country_codes": [
      "MM",
      "..."
    ],
    "target_locations": [
      "United Arab Emirates",
      "..."
    ],
    "total_impressions": "10k-20k",
    "impression_countries": [
      {
        "country": "India",
        "impressions": "19%"
      },
      "..."
    ],
    "advertisement_id": "a92643e8-9033-4029-aa65-ef929327cebb",
    "advertisement_search_id": "a92643e8-9033-4029-aa65-ef929327cebb",
    "created_at": "2026-03-03T01:01:31.134Z",
    "last_modified": "2026-03-03T13:01:22.805Z",
    "started_at": "2026-02-25T00:00:00.000Z",
    "ended_at": "2026-03-02T00:00:00.000Z",
    "title": "Thuraya-4 Satellite Solutions for Government",
    "source_type": "linkedin",
    "advertisement_format": "Single Image Ad",
    "video_url": null,
    "image_url": "https://buckets.pubrio.com/images/public/qDf8TrjHJw9o8xFoQJv7vhnkLXNYKy1ThNVCWSHPmgHG5j7U4EroKtH4cYJcHCzTSh.jpg",
    "carousel_images": null,
    "destination_url": "https://www.thuraya.com/en/thuraya-4-ngs/home/index.html?trk=ad_library_ad_preview_headline_content",
    "companies": {
      "logo_url": "https://buckets.pubrio.com/company-logo/MjA3NTQ4NjQyM2lsajlzc25qMXNwYWNlNDIuYWlsaW5rZWRpbl82NDIyMjM3NA==.jpg",
      "domain_search_id": "fe3963dc-87a4-4016-8c95-217ea68cd57a",
      "company_name": "Space42",
      "linkedin_name": "space42ai",
      "country_code": "AE",
      "domain": "space42.ai"
    }
  }
}

인증

pubrio-api-key
string
header
필수

API에서 수행하는 작업 및 해당 권한을 식별하는 고유한 API 토큰입니다. 이 토큰은 설정 섹션에서 생성할 수 있습니다.

본문

application/json
advertisement_search_id
string<uuid>
필수

광고 검색 결과의 고유 식별자입니다. 광고 검색 엔드포인트에서 반환된 특정 광고를 참조하는 데 사용됩니다.

예시:

"a92643e8-9033-4029-aa65-ef929327cebb"

profile_id
integer
필수

요청을 수행하는 팀 식별자입니다. 이 ID는 조회 및 사용 크레딧 추적을 위해 특정 팀(작업 공간)과 연계됩니다.

자세한 내용은 팀 탭의 user details 엔드포인트를 참고하세요.

응답

회사 광고 세부 정보가 포함된 성공적인 응답입니다.

data
object

응답 정보는 특정 API에 따라 다릅니다.