The Cross Site Request Forgery (CSRF) API endpoint supports operations to manage CSRF protection against unauthorized HTTP requests submitted from a trusted users.
Data model
Property |
Description |
headerName |
A string that specifies the name of the HTTP header. |
parameterName |
A string that specifies the parameter name. |
token |
A string that specifies the CSRF token. |
Response codes
Code |
Message |
200 |
Successful operation. |
400 |
The request could not be completed. |
401 |
You do not have access to this resource. |
403 |
You do not have permissions or are not licensed to make this request, or your license is exceeded. |
404 |
The requested resource was not found. |
500 |
An unexpected error occurred. |