POST
https://api.expirationreminder.com/v1/bulkscan/receiveRequest Body
| Property | Type | Required | Description |
|---|---|---|---|
id |
integer (int64) |
No | - |
action |
string |
No | - |
timestamp |
integer (int64) |
No | - |
text |
FilestackWebhookText |
No | - |
Sample Request
{
"id": 0,
"action": "string",
"timestamp": 0,
"text": {
"container": "string",
"url": "string",
"filename": "string",
"client": "string",
"key": "string",
"type": "string",
"status": "string",
"size": 0,
"upload_Tags": {}
}
}POST /v1/bulkscan/receive
$ curl https://api.expirationreminder.com/v1/bulkscan/receive \
-H "Authorization: Bearer <token>"
Responses
No response body