Get entity status

View as Markdown
Returns the entity's current visibility and editorial status flags.

Authentication

X-Client-Secretstring

Client secret for read-only service-to-service access (no writes)

Path parameters

entityIdstringRequiredformat: "uuid"
Canonical entity UUID

Response

OK
isFeaturedboolean
Whether this entity is editorially featured
isHiddenboolean
Whether this entity is hidden from public list and detail views
isVerifiedboolean
Whether this entity has passed editorial verification
showOnSitemapboolean
Whether this entity is included in the public sitemap

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error