跳转到主要内容
POST
/
unsubscribe
/
import-list
/
{baseId}
cURL
curl --request POST \
  --url http://127.0.0.1:3000/api/unsubscribe/import-list/{baseId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "notify": {
    "token": "xxxxxxxxxxx",
    "size": 1024,
    "url": "/bucket/xxxxx",
    "path": "/table/xxxxxx",
    "mimetype": "video/mp4",
    "presignedUrl": "<string>",
    "width": 100,
    "height": 100
  }
}
'
true

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

baseId
string
required

Body

application/json
notify
object
required

Response

200 - application/json

Successful response

The response is of type boolean.