Headers
-
ss-api-key string Required
SendSafely API Key (API_KEY)
-
ss-request-timestamp string Required
TIMESTAMP (ex: 2014-01-14T22:24:00+0000)
-
ss-request-signature string Required
HmacSHA256(API_SECRET, API_KEY + URL_PATH + TIMESTAMP + REQUEST_BODY)
curl \
-X GET https://demo.sendsafely.com/api/v2.0/package/ \
-H "ss-api-key: string" \
-H "ss-request-timestamp: string" \
-H "ss-request-signature: string"
{
"packages": [
{
"packageId": "98HN-LO12",
"packageParentId": "98HN-LO12",
"packageUserName": "user@example.com",
"packageUserId": "048ddae1-1f7d-4a97-8557-bdd36387f4b7",
"packageUpdateTimestampStr\"": "Nov 14, 2019 at 14:24",
"packageState": "1",
"packageStateStr": "Expired - Not Picked Up",
"packageStateColor\"": "d9534f",
"packageLife": 20,
"packageUpdateTimestamp": "Nov 14, 2019 2:24:20 PM",
"packageCode": "Ux04q0rCG04dqzzljsvvuwTfrp9iqH7uEntiK4bKb24",
"packageBrowser": "CHROME",
"packageOS": "Windows 10",
"packageContainsMessage": false,
"recipients": [
"user1@example.com",
"user2@example.com"
],
"recipientCount": 2,
"filenames": [
"example.pdf",
"example.txt"
],
"contactGroups": [
"Group 1",
"Group 2"
]
}
]
}