POST
/
v1
/
cookies
curl --request POST \
  --url https://api.reworkd.dev/v1/cookies \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "domain": "<string>",
    "path": "",
    "name": "<string>",
    "value": "<string>",
    "secure": true,
    "http_only": true,
    "expires": "2023-11-07T05:31:56Z"
  }
]'
"<any>"

Query Parameters

scraping_group_id
string | null

Body

application/json · object[]
domain
string
required
name
string
required
value
string
required
secure
boolean
required
http_only
boolean
required
expires
string
required
path
string
default:

Response

200
application/json
Successful Response

The response is of type any.