Urban Outfitters · Example Payload

Affiliate Api Creative Example

RetailFashionApparelEcommerceAffiliateMarketplaceFortune 1000

Affiliate Api Creative Example is an example object payload from Urban Outfitters, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtypesizeimageUrlclickUrlstartDateendDate

Example Payload

Raw ↑
{
  "id": "item-abc123",
  "type": "banner",
  "size": "example-string",
  "imageUrl": "https://example.com/image.jpg",
  "clickUrl": "https://example.com/image.jpg",
  "startDate": "2025-03-15T14:30:00Z",
  "endDate": "2025-03-15T14:30:00Z"
}