Skip to main content

MobileFlashPassAPIApi

MethodHTTP requestDescription
CancelMobileFlashPassBulkOperationDELETE /api/web/v1/mobileFlashPass/cancel/{id}Cancel mobile flash pass bulk operation
DownloadAppleMobileFlashPassGET /api/web/v1/mobileFlashPass/downloads/apple/{enrollmentId}/{claimToken}Download Apple Wallet mobile flash pass.
DownloadGoogleMobileFlashPassGET /api/web/v1/mobileFlashPass/downloads/google/{enrollmentId}/{claimToken}Download Google Wallet mobile flash pass.
DownloadMFPBulkOperationLogsGET /api/web/v1/mobileFlashPass/download/logs/{id}Download mobile flash pass bulk operation logs
DownloadMFPLogsV2GET /api/web/v2/mobileFlashPass/download/logs/{id}Download mobile flash pass logs V2
GetFlashPassDownloadURIGET /api/web/v1/mobileFlashPass/downloadUri/{walletType}/{enrollmentId}Get mobile flash pass download URI
GetIssueMFPBulkOperationDetailsGET /api/web/v1/mobileFlashPassGet all issued bulk mobile flash pass request(s)
GetMobileFlashPassRequestDetailsGET /api/web/v1/mobileFlashPass/{id}Get mobile flash pass request details
IssueMobileFlashPassBulkOperationPOST /api/web/v1/mobileFlashPassCreate bulk mobile flash pass request (Deprecated)
IssueMobileFlashPassBulkOperationV2POST /api/web/v2/mobileFlashPassCreate bulk mobile flash pass request V2

CancelMobileFlashPassBulkOperation

void CancelMobileFlashPassBulkOperation (string id)

Cancel mobile flash pass bulk operation

Cancel mobile flash pass bulk operation. Caller requires the issuance remove permission to access this resource.

Using the CancelMobileFlashPassBulkOperationWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
idstringThe bulk operation ID

Return type

void (empty response body)

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-

DownloadAppleMobileFlashPass

byte[] DownloadAppleMobileFlashPass (string enrollmentId, string claimToken)

Download Apple Wallet mobile flash pass.

Downloads a single Apple Wallet mobile flash pass. Caller requires the ISSUANCE:VIEW permission to access this resource.

Example

Using the DownloadAppleMobileFlashPassWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
enrollmentIdstringThe unique enrollment ID obtained from Read Enrollments request.
claimTokenstringThe Apple Wallet random claim token.

Return type

byte[]

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/vnd.apple.pkpass, application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-

DownloadGoogleMobileFlashPass

string DownloadGoogleMobileFlashPass (string enrollmentId, string claimToken)

Download Google Wallet mobile flash pass.

Returns a single Google Wallet mobile flash pass URL for download. Caller requires the ISSUANCE:VIEW permission to access this resource.

Example

Using the DownloadGoogleMobileFlashPassWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
enrollmentIdstringThe unique enrollment ID obtained from Read Enrollments request.
claimTokenstringThe Google Wallet random claim token.

Return type

string

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-

DownloadMFPBulkOperationLogs

void DownloadMFPBulkOperationLogs (string id)

Download mobile flash pass bulk operation logs

Download logs for mobile flash pass bulk operation. Caller requires the issuance view permission to access this resource.

Example

Using the DownloadMFPBulkOperationLogsWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
idstringThe bulk operation ID

Return type

void (empty response body)

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-

DownloadMFPLogsV2

void DownloadMFPLogsV2 (string id)

Download mobile flash pass logs V2

Download logs for mobile flash pass. Caller requires the issuance view permission to access this resource.

Example

Using the DownloadMFPLogsV2WithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
idstringThe request ID

Return type

void (empty response body)

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-

GetFlashPassDownloadURI

string GetFlashPassDownloadURI (string walletType, string enrollmentId)

Get mobile flash pass download URI

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

Example

Using the GetFlashPassDownloadURIWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
walletTypestringThe wallet to retrieve the download URI for.
enrollmentIdstringThe unique enrollment ID obtained from Read Enrollments request.

Return type

string

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-

GetIssueMFPBulkOperationDetails

List<IssueMobileFlashPassBulkOperationDetails> GetIssueMFPBulkOperationDetails ()

Get all issued bulk mobile flash pass request(s)

Get all issued bulk mobile flash pass request(s). Caller requires the issuance view permission to access this resource.

Example

Using the GetIssueMFPBulkOperationDetailsWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

This endpoint does not need any parameter.

Return type

List<IssueMobileFlashPassBulkOperationDetails>

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-

GetMobileFlashPassRequestDetails

MobileFlashPassRequestDetails GetMobileFlashPassRequestDetails (string id)

Get mobile flash pass request details

Get mobile flash pass request details. Caller requires the issuance view permission to access this resource.

Example

Using the GetMobileFlashPassRequestDetailsWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
idstringThe mobile flash pass request id

Return type

MobileFlashPassRequestDetails

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
403Forbidden-
404The specified resource was not found-
409Conflict-
500Unexpected error-

IssueMobileFlashPassBulkOperation

IssueMobileFlashPassBulkOperationDetails IssueMobileFlashPassBulkOperation (EnrollmentMultiFlashPassApiRequestV1 enrollmentMultiFlashPassApiRequestV1)

Create bulk mobile flash pass request (Deprecated)

Create bulk mobile flash pass request. Caller requires the issuance add permission to access this resource.

Example

Using the IssueMobileFlashPassBulkOperationWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
enrollmentMultiFlashPassApiRequestV1EnrollmentMultiFlashPassApiRequestV1

Return type

IssueMobileFlashPassBulkOperationDetails

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-

IssueMobileFlashPassBulkOperationV2

IssueMobileFlashPassBulkOperationDetails IssueMobileFlashPassBulkOperationV2 (EnrollmentMultiFlashPassApiRequestV2 enrollmentMultiFlashPassApiRequestV2)

Create bulk mobile flash pass request V2

Create bulk mobile flash pass request. Caller requires the ISSUANCE:ADD permission to access this resource.

Note: Request body payload must not exceed 200 KB.

Example

Using the IssueMobileFlashPassBulkOperationV2WithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
enrollmentMultiFlashPassApiRequestV2EnrollmentMultiFlashPassApiRequestV2

Return type

IssueMobileFlashPassBulkOperationDetails

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200OK-
400Bad request-
401Authorization information is missing or invalid-
404The specified resource was not found-
500Unexpected error-