Skip to end of banner
Go to start of banner

Get Manifest PDF API

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Outbound | GET  | {Client’s URL}

Summary

This API will call the channel to get manifest.

Description

Omni system call this API to get the manifest created in the Create Manifest call.

Request Params

  • manifestCode

Parameter Name

Data Type

Description

Mandatory

manifestCode

String

Unique code used by the channel to identify the manifest

yes

Response

{
  "manifestUrl": "https://mybrand.com/manifest.pdf",
  "manifest": "base64encodedmanifeststring"
}

HttpStatus : 200

Note: Any one of manifestUrl and manifest should be present

Parameter Name

Data Type

Description

Mandatory

manifestUrl

String

Downloadable pdf url of  manifest document(either of manifest and manifestUrl is mandatory)

no

manifest

String

Base64 encoded manifest PDF String(either of manifest and manifestUrl is mandatory)

no

  • No labels