Sender API Keys

As an account owner, ValidSign provides you with the ability to add senders to your account, allowing them to create and send transactions. You (account owner) will have access to the packages created by your senders through reports function within ValidSign.

If you don't want to use these reports, and want to retrieve the packages from the API, you first have to retrieve the sender's API key.  To do so, you first need to collect the senderId.

Right now, you can only retrieve the API key for your senders through the REST API. 

Get Sender API key

Retrieve SenderID

What you'll need to do is first retrieve the sender id of each sender. 

GET /api/account/senders?from=0&to=100
Get Sender API key

Once you have the correct senderId the sender where you want to get the API key from, you can request the API key.

GET /api/account/senders/{senderId}/apiKey