# Sign Apple Wallet manifest.json and return PKCS#7 signature **POST /api/v1/wallet/sign_manifest** Sign Apple Wallet manifest.json and return PKCS#7 signature. - **manifest**: JSON file to be signed - **pass_id**: Identifier of the pass to sign with ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Query parameters - **pass_id** (string) Pass identifier to use for signing ### Body: multipart/form-data (object) - **manifest** (string(binary)) manifest.json file to be signed ## Responses ### 200 PKCS#7 signature of the manifest.json ### 400 Invalid input or pass_id ### 500 Internal server error during signature generation ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)