POST
/
v1
/
local-storage
curl --request POST \
  --url https://api.reworkd.dev/v1/local-storage \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "domain": "<string>",
    "path": "<string>",
    "key": "<string>",
    "value": "<string>",
    "expires": "2023-11-07T05:31:56Z"
  }
]'
"<any>"

Authorizations

Authorization
string
header
required

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

Query Parameters

scraping_group_id
string | null

Body

application/json · LocalStorageUpsert · object[]

The body is of type LocalStorageUpsert · object[].

Response

200
application/json

Successful Response

The response is of type any.