Search the docs
    GET STARTED
    Introduction
    ENDPOINTS
    Admin API Reference
      Account User
      Admin User
      Bundle
      Cache Configurations
      Cache Management
      Company
      Component Library
      Configuration
      Credit
      Decision Engine
      Email Templates
      Entitlement
      Feature Rules
      Form
      Gifts
      Grants
      Meter
      Products
      Request Rules
      Session
      Static Items
      Third Party Authentication
      User Export
      User Schema
      Users
      V4 Session
      Webhook
      Account
      Health Check
      System Resources
      External Templates
      Accounts
      Request Rules Version
      get
      Fetch external template
      Pages
        post
        Generates an S3 upload URL
      Dynamic Offer Promo code redemption
      Subscription
    Public API Reference

Generates an S3 upload URL

Generates a presigned S3 URL that can be used to upload a logo.

SecurityZephrHmacHttp
Responses
201

OK - An upload URL has successfully been generated

post/v4/pages/upload-url
Response samples
  • 201
application/json
{
  • "logoId": "857945ea-b4e1-4fba-84ce-73755d987243",
  • "uploadUrl": "https://s3.amazonaws.com/test-bucket/2022/test.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA3SGQVQG7FGA6KKA6%2F20221104%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221104T140227Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=b228dbec8c1008c80c162e1210e4503dceead1e4d4751b4d9787314fd6da4d55"
}