OliverH

Can't find reminder configuration in response

0 votes
Hey, I followed your guidance on Reminder and the code works well: https://developer.esignlive.com/guides/feature-guides/reminders/ But when I want to check if I have successfully configured reminders, I can't find the related information in the package JSON. Please advise me. Thanks in advance!

Reply to: Can't find reminder configuration in response

0 votes
Hi Oliver, As you noticed, reminder information is not stored at package JSON. In order to retrieve it, you'd make another extra API call:
HTTP Request
GET /api/packages/{packageId}/reminders

HTTP Headers
Accept: application/json
Content-Type: application/json
Authorization: Basic api_key
Hope this could help you! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off