PeekPanda markpeekpandaDocumentationFor AI ↗Open app

PeekPanda docs

Refresh competitor technology

Explicitly request technology evidence for an accessible iOS app.

Download Markdown ↓
POST/v1/competitors/{platform}/{storeId}/technology
Auth Bearer API credential or OAuth access tokenScope content:writeMCP refresh_competitor_technology

Request

No request body. Existing fresh observations are reused.

curl --request POST 'https://api.peekpanda.com/v1/competitors/ios/0000000000/technology' \
  --header "Authorization: Bearer $PEEKPANDA_TOKEN" \
  --header 'x-genviral-tenancy: personal'

Response

The receipt state is fresh, updated, pending, limited, failed or unavailable. Always inspect state, even after HTTP success. data retains available evidence; retryAt indicates when a retry can be attempted where supplied. unavailable includes detail.

{
  "state": "limited",
  "data": {
    "storeId": "0000000000",
    "status": "not_collected",
    "sdk": {
      "status": "not_collected"
    },
    "bestRanks": {
      "status": "not_collected"
    }
  },
  "retryAt": "2026-09-09T08:00:00.000Z"
}

Parameters

NameInTypeRequiredDescription
platformpathiosYesTechnology observations support iOS apps.
storeIdpathnumeric stringYesApple App Store identifier.

Known errors

400invalid_request for an invalid filter, identity or limit.
401authentication_required for a missing or invalid credential.
402subscription_required when access is not entitled.
403authorization_required for a missing scope or unavailable preview access.
404not_found when the record is outside the accessible catalogue.
429rate_limited; honor Retry-After when present.
409conflict when the write would duplicate an exclusive row.

Source

Dated technology observations and source-reported best chart positions. Missing fields remain unknown. An advertising-network identifier does not prove active ad buying.

Refresh

Collection requires an explicit request and is subject to account limits and data availability. Opening this read does not start collection.