Get browser cookies
GET {{API_BASE_URL}}/browser/{{PROFILE_ID}}/cookies
Get cookies
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ID | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
[{"url":"string","domain":".string","name":"string","value":"string","hostOnly":false,"path":"/","secure":true,"sameSite":"no_restriction","httpOnly":true,"session":false,"expirationDate":1679817376.6682937}]