Skip to main content

Get mobile flash pass download URI

GET 

/api/web/v1/mobileFlashPass/downloadUri/:walletType/:enrollmentId

Retrieves the Mobile Flash Pass download URI for the specified wallet and enrollment. Caller requires the ISSUANCE:VIEW permission to access this resource.

Request

Path Parameters

    walletType stringrequired

    The wallet to retrieve the download URI for.

    Example: google | apple
    enrollmentId stringrequired

    The unique enrollment ID obtained from Read Enrollments request.

    Example: eyJ3b3JrZmxvd0lkIjoiZDkyZmU1OTgtYmU5MC00N2QzLWJmNWEtZmM2MDJmZjNkOGY0Iiwid2hlcmVDbGF1c2UiOnsiQVVUT1NFUVVFTkNFRklFTEQxIjoiMiJ9fQ==

Responses

OK

Schema

    string

Loading...