Skip to content

Check slug (informational)

GET
/api/items/checkSlug
curl --request GET \
--url https://example.com/api/items/checkSlug \
--header 'Authorization: Bearer <token>'

Not implemented for GET. Use POST /api/items/checkSlug to check slug existence.

Informational message

Media typeapplication/json
object
message
required

Human-readable status message

string
Example
{
"message": "Sync Process Started"
}