Skip to main content
GET
/
masterfiles
/
{packageId}
/
signer
/
{signerId}
Get
curl --request GET \
  --url https://sandbox.syngrafii.com/api/v1/masterfiles/{packageId}/signer/{signerId} \
  --header 'api_key: <api-key>'
This returns the full MasterFile object for the specified signer, all other signers’ sensitive personally identifiable information (PII) will be nulled out. If the signer is also the package owner they will still see all signers’ PII. If the signer is not the package owner they will only see their own PII. This is useful when sharing MasterFile data with signers while keeping other signers’ PII private.
Parsing the MasterFile JSON is not recommended as the structure is complex and is subject to change over time.

Request

Request
GET /masterfiles/{packageId}/signer/{signerId}

Parameters

packageId
string
required
The unique identifier of the package you want to download MasterFile for.
signerId
string
required
The unique identifier of the signer you want to download MasterFile as.