Skip to main content
The activation resource provides a public, unauthenticated read of an activation pack. It is used by activation microsites and smart links to render a branded launch page for a genie or portal without exposing any internal data.
This endpoint requires no authentication. The pack UUID is the only credential — sharing a pack UUID is the owner’s signal to distribute it publicly.

Get public activation

Returns a sanitized, whitelisted activation object for the given pack ID. Includes branding, channel links, and a short promotional tagline derived from the pack’s promotional copy. The target genie or portal must still exist. If the target has been deleted, the request returns 404.
string
required
activation
string
required
public-get
string
required
The activation pack UUID.
object
The public activation object.

Error responses