Returns the Cookie configuration information
This request has no parameters.
the operation succeeded and cookie configuration is retrieved
any
1
2
3
curl --request GET \
--url 'http://{baseurl}/rest/rest/usermanagement/1/config/cookie' \
--header 'Accept: application/json'
1
2
3
4
5
{
"domain": ".atlassian.com",
"secure": true,
"name": "cookie-name"
}
Rate this page: