Get browser cookies

GET {{API_BASE_URL}}/browser/{{PROFILE_ID}}/cookies

Get cookies

Request Params

KeyDatatypeRequiredDescription
IDstring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

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}]