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
POST
/api/v1/wallet/sign_manifest
curl \
--request POST 'http://api.example.com/api/v1/wallet/sign_manifest' \
--header "Content-Type: multipart/form-data" \
--form "manifest=@file"
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}