{ "cookies": [ { "name": "<string>", "domain": "<string>", "path": "<string>", "httpOnly": true, "expirationDate": 123, "hostOnly": true, "sameSite": "<string>", "secure": true, "session": true, "storeId": "<string>", "value": "<string>", "expires": 123 } ] }
Get cookies that are in the currently running session
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type object.
object
Was this page helpful?