logo
CSRFHealthGet CSRF token
CSRFHealth

Get CSRF token

curl -X GET "//api/csrf-token" \
  -H "Content-Type: application/json"
{
  "csrfToken": "example_string"
}
GET
/api/csrf-token
GET
Request Preview
Response

Response will appear here after sending the request

Responses

csrfTokenstring