GenerateCSRFTokens
Get a CSRF (Cross-Site Request Forgery) token. The CSRF token is required for special API methods such as delete and save.
Endpoint
GET https://yourdomain.com/{context}/index.cfm/_api/json/v1/?method=generateCSRFTokens&siteid={siteid}&context={entityid}
Request & Query Parameters
| Parameter | Value | 
|---|---|
| context | The path to where Mura CMS resides within the webroot (typically, an empty string). | 
| siteid | The SiteID of where the entity will be stored. | 
| context | The primary id of the entity currently being processed. | 
Example Response
{
"data": {
"csrf_token": "469153A8855FFA7ECB5A11BC8EB3F3C4",
"csrf_token_expires": "42041.6270023"
}
}
History
Added in version 6.2