GET
/
api
/
csrf-token
Get CSRF token
curl --request GET \
  --url http://localhost:4000/api/csrf-token
{
  "csrfToken": "<string>"
}

Response

200 - application/json

CSRF token

The response is of type object.