mikcanf

GET /api/account/senders/{senderId}

0 votes

This 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}

0 votes

Hi 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

 

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: GET /api/account/senders/{senderId}

0 votes

When 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}

0 votes

Hi 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

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