Skip to main content
GET
/
media-buy-approvals
List media-buy approval entries
curl --request GET \
  --url https://api.interchange.io/api/v2/storefront/media-buy-approvals \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "42",
      "storefrontId": "1234",
      "mediaBuyId": "<string>",
      "buyerCustomerId": 0,
      "submittedPayload": "<unknown>",
      "reviewedBy": "<string>",
      "reviewedAt": "2023-11-07T05:31:56Z",
      "reviewerNotes": "<string>",
      "forwardedAt": "2023-11-07T05:31:56Z",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 4503599627370495
}

Documentation Index

Fetch the complete documentation index at: https://docs.interchange.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key or access token

Query Parameters

status
enum<string>

Filter by lifecycle state. Defaults to pending so the operator queue does not have to thread the filter through manually.

Available options:
pending,
approved,
rejected,
revoked

Response

List media-buy approval entries

List response for the operator approval queue.

items
object[]
required

Entries matching the requested status filter, newest first.

total
integer
required

Number of entries returned.

Required range: 0 <= x <= 9007199254740991