PWATemplate

Get a PWATemplate

Get a PWATemplate by ID

get/api/v1/pwa_template/{pwa_template_id}

Path parameters

pwa_template_idstring uuid required

Response

Successful Response

idstring uuid nullable

ID of the PWA

pwaTemplateNamestring required
logoUrlstring nullable

URL of the logo

backgroundUrlstring nullable

URL of the background image

logoAssetIdstring uuid nullable

Media Library asset id behind the logo

backgroundAssetIdstring uuid nullable

Media Library asset id behind the background

isPublicboolean nullable

Whether the template is public (true) or private (false)

ownerCompanyUserIdstring uuid nullable

ID of the company user who owns the template

Example response

{
  "media": [
    {
      "media_type": "Image",
      "media_url": "https://example.com/media.png"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.