MobileFlashPassAPIApi
Method | HTTP request | Description |
---|---|---|
cancel_mobile_flash_pass_bulk_operation | DELETE /api/web/v1/mobileFlashPass/cancel/{id} | Cancel mobile flash pass bulk operation |
download_apple_mobile_flash_pass | GET /api/web/v1/mobileFlashPass/downloads/apple/{enrollmentId}/{claimToken} | Download Apple Wallet mobile flash pass. |
download_google_mobile_flash_pass | GET /api/web/v1/mobileFlashPass/downloads/google/{enrollmentId}/{claimToken} | Download Google Wallet mobile flash pass. |
download_mfp_bulk_operation_logs | GET /api/web/v1/mobileFlashPass/download/logs/{id} | Download mobile flash pass bulk operation logs |
download_mfp_logs_v2 | GET /api/web/v2/mobileFlashPass/download/logs/{id} | Download mobile flash pass logs V2 |
get_flash_pass_download_uri | GET /api/web/v1/mobileFlashPass/downloadUri/{walletType}/{enrollmentId} | Get mobile flash pass download URI |
get_issue_mfp_bulk_operation_details | GET /api/web/v1/mobileFlashPass | Get all issued bulk mobile flash pass request(s) |
get_mobile_flash_pass_request_details | GET /api/web/v1/mobileFlashPass/{id} | Get mobile flash pass request details |
issue_mobile_flash_pass_bulk_operation | POST /api/web/v1/mobileFlashPass | Create bulk mobile flash pass request (Deprecated) |
issue_mobile_flash_pass_bulk_operation_v2 | POST /api/web/v2/mobileFlashPass | Create bulk mobile flash pass request V2 |
cancel_mobile_flash_pass_bulk_operation
cancel_mobile_flash_pass_bulk_operation(id)
Cancel mobile flash pass bulk operation
Cancel mobile flash pass bulk operation. Caller requires the issuance remove permission to access this resource.
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
id | str | The bulk operation ID |
Return type
void (empty response body)
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | OK | - |
400 | Bad request | - |
401 | Authorization information is missing or invalid | - |
404 | The specified resource was not found | - |
500 | Unexpected error | - |
download_apple_mobile_flash_pass
bytearray download_apple_mobile_flash_pass(enrollment_id, claim_token)
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
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
enrollment_id | str | The unique enrollment ID obtained from Read Enrollments request. | |
claim_token | str | The Apple Wallet random claim token. |
Return type
bytearray
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/vnd.apple.pkpass, application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | OK | - |
400 | Bad request | - |
401 | Authorization information is missing or invalid | - |
404 | The specified resource was not found | - |
500 | Unexpected error | - |
download_google_mobile_flash_pass
str download_google_mobile_flash_pass(enrollment_id, claim_token)
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
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
enrollment_id | str | The unique enrollment ID obtained from Read Enrollments request. | |
claim_token | str | The Google Wallet random claim token. |
Return type
str
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | OK | - |
400 | Bad request | - |
401 | Authorization information is missing or invalid | - |
404 | The specified resource was not found | - |
500 | Unexpected error | - |
download_mfp_bulk_operation_logs
download_mfp_bulk_operation_logs(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
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
id | str | The bulk operation ID |
Return type
void (empty response body)
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | OK | - |
400 | Bad request | - |
401 | Authorization information is missing or invalid | - |
404 | The specified resource was not found | - |
500 | Unexpected error | - |
download_mfp_logs_v2
bytearray download_mfp_logs_v2(id)
Download mobile flash pass logs V2
Download logs for mobile flash pass. Produces a JSON file attachment. Caller requires the issuance view permission to access this resource.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
id | str | The bulk operation ID |
Return type
bytearray
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/octet-stream, application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | OK | - |
400 | Bad request | - |
401 | Authorization information is missing or invalid | - |
404 | The specified resource was not found | - |
500 | Unexpected error | - |
get_flash_pass_download_uri
str get_flash_pass_download_uri(wallet_type, enrollment_id)
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
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
wallet_type | str | The wallet to retrieve the download URI for. | |
enrollment_id | str | The unique enrollment ID obtained from Read Enrollments request. |
Return type
str
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | OK | - |
400 | Bad request | - |
401 | Authorization information is missing or invalid | - |
404 | The specified resource was not found | - |
500 | Unexpected error | - |
get_issue_mfp_bulk_operation_details
List[IssueMobileFlashPassBulkOperationDetails] get_issue_mfp_bulk_operation_details()
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
- Api Key Authentication (AdminAPIAuthentication):
Parameters
This endpoint does not need any parameter.
Return type
List[IssueMobileFlashPassBulkOperationDetails]
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | OK | - |
400 | Bad request | - |
401 | Authorization information is missing or invalid | - |
404 | The specified resource was not found | - |
500 | Unexpected error | - |
get_mobile_flash_pass_request_details
MobileFlashPassRequestDetails get_mobile_flash_pass_request_details(id)
Get mobile flash pass request details
Get mobile flash pass request details. Caller requires the issuance view permission to access this resource.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
id | str | The mobile flash pass request id |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | OK | - |
400 | Bad request | - |
401 | Authorization information is missing or invalid | - |
403 | Forbidden | - |
404 | The specified resource was not found | - |
409 | Conflict | - |
500 | Unexpected error | - |
issue_mobile_flash_pass_bulk_operation
IssueMobileFlashPassBulkOperationDetails issue_mobile_flash_pass_bulk_operation(enrollment_multi_flash_pass_api_request_v1)
Create bulk mobile flash pass request (Deprecated)
Create bulk mobile flash pass request. Caller requires the issuance add permission to access this resource.
Example
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
enrollment_multi_flash_pass_api_request_v1 | EnrollmentMultiFlashPassApiRequestV1 |
Return type
IssueMobileFlashPassBulkOperationDetails
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | OK | - |
400 | Bad request | - |
401 | Authorization information is missing or invalid | - |
404 | The specified resource was not found | - |
500 | Unexpected error | - |
issue_mobile_flash_pass_bulk_operation_v2
IssueMobileFlashPassBulkOperationDetails issue_mobile_flash_pass_bulk_operation_v2(enrollment_multi_flash_pass_api_request_v2)
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
- Api Key Authentication (AdminAPIAuthentication):
Parameters
Name | Type | Description | Notes |
---|---|---|---|
enrollment_multi_flash_pass_api_request_v2 | EnrollmentMultiFlashPassApiRequestV2 |
Return type
IssueMobileFlashPassBulkOperationDetails
Authorization
HTTP request headers
- Content-Type: application/json
- Accept: application/json
HTTP response details
Status code | Description | Response headers |
---|---|---|
200 | OK | - |
400 | Bad request | - |
401 | Authorization information is missing or invalid | - |
404 | The specified resource was not found | - |
500 | Unexpected error | - |