curl --location --request POST 'https://staging-api.propaga.io/v1/transaction/{transactionId}/delivery-word' \ --header 'Authorization: <your_awesome_token>' \ --header 'Content-Type: application/json' \
{ "errorMessage": "Delivery word notification sent" }
Resend the delivery word for a given transaction
{ "errorCode": "TRANSACTION_NOT_FOUND", "errorMessage": "This transaction not found" }
{ "errorCode": "TRANSACTION_IS_NOT_IN_HOLD", "errorMessage": "Your transaction is not in hold status" }
{ "errorCode": "DELIVERY_WORD_NOT_FOUND", "errorMessage": "Delivery word not found for this transaction" }