GET /api/account/senders/{senderId}
Monday, June 29, 2020 at 11:58amThis API call requires {senderId} but when I use my "name" or "email" it does not work, nor does it work for any other value I could think of to try. The documentations says "The unique sender id" but what is that value? where does it come from? where is it on a screen?
Reply to: GET /api/account/senders/{senderId}
Monday, June 29, 2020 at 12:46pmHi Mike,
Sender ID is generated by OneSpan Sign system when the sender was invited. You can retrieve the sender data by his/her email:
GET /api/account/senders?search={senderEmail}
Note: This API returns a wildcard matching result, therefore multiple entities might be returned, need to introduce a second check.
Then you'll find the sender ID at the "ID" attribute.
Duo
Reply to: GET /api/account/senders/{senderId}
Monday, June 29, 2020 at 12:55pmWhen you say "Sender ID is generated by OneSpan Sign system when the sender was invited." I thought the "sender" does the "inviting" i.e. "sender" sends Email to "recipient" (inviting) them to sign documents in question. Who? invites a "sender". . .
Reply to: GET /api/account/senders/{senderId}
Monday, June 29, 2020 at 03:20pmHi Mike,
These are two different scenarios (1)account owner or any account member with "manager" role invites senders to the account (2)sender invites recipients to a package, which I believe we are discussing about the #1 use case. The sender ID was determined at the moment when a sender was added to your account.
Duo