SEO & Utilities
SEO metadata and utility endpoints
Last updated
Was this helpful?
SEO metadata and utility endpoints
Last updated
Was this helpful?
Was this helpful?
GET /cms/seo/?url=text HTTP/1.1
Host: sandbox.akinon.com
Accept: */*
{
"pk": 1,
"url": "/products/smartwatch",
"title": "Smart Watch - Best Deals",
"description": "Discover the latest smart watches at great prices",
"keywords": "smartwatch, wearable, technology",
"attributes": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"attributes_kwargs": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"created_date": "2026-01-20T02:06:24.437Z",
"modified_date": "2026-01-20T02:06:24.437Z"
}GET /csrf_token/ HTTP/1.1
Host: sandbox.akinon.com
Accept: */*
{
"csrf_token": "abc123def456ghi789"
}