v1

latestOpenAPI 3.0.12026-07-24168217310.4 KB
QuickLinks

Converts text to a URL-friendly slug and checks if it's available for use.

Converts text to lowercase, replaces spaces with hyphens, and removes invalid characters. Checks if the generated slug already exists for this site.

post/Sites/{siteId}/Quicklinks/Slugify

Path parameters

siteIdinteger required

The unique identifier of the site

Request body

textstring required

Response

Returns the slugified text and availability

originalTextstring nullable
slugstring nullable
isAvailableboolean
messagestring nullable