Server
Crowd Data Center / / REST API

Cookie Configuration

GET

Returns the Cookie configuration information

This request has no parameters.

the operation succeeded and cookie configuration is retrieved

application/json application/xml

any

GET/rest/usermanagement/1/config/cookie
1 2 3 curl --request GET \ --url 'http://{baseurl}/rest/rest/usermanagement/1/config/cookie' \ --header 'Accept: application/json'
200Response
1 2 3 4 5 { "domain": ".atlassian.com", "secure": true, "name": "cookie-name" }

Rate this page: