Returns a CSRF Token.

get

/system/api/v1/csrfToken

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : CSRF Token
Type: object
Token information
Show Source
  • The token expiration date. Date and time values are in ISO 8601 `yyyy-MM-dd'T'HH:mm:ss.SSS'Z'` format using a UTC timezone.
    Example: 2019-06-19T15:20:00.003
  • The token string
    Example: 8htW64iW8dJg7qyNuh7o1U3oDBocVk6CY2xkPiXS9eFbWJrBFP48f/8kNHebiP3fbQ5mHifqaENk\r\nCMxk380w4joxNTYwNTI3NTMyOTU5

500 Response

Internal Server Error
Body ()
Root Schema : ErrorResponse
Type: object
Error Response.
Show Source
Back to Top