# Create a gift V4 Creates a gift (V4). Endpoint: POST /zephr/public/gift-tokens/v1/gift-tokens Version: 2025-07-30 Security: CookieBlaizeSession, JwtQuery, JwtHeaderXBlaizeJwt, JwtHeaderXZephrJwt, JwtBearer, JwtCookie ## Request fields (application/json): - `path` (string, required) The gift will be created for the provided path in the request body. Example: "/my-path" ## Response 201 fields (application/json): - `token` (string) The token of the created gift. Example: "absd-acsd34-casdae-1243c" - `claimPath` (string) The path that was generated for claiming the gift. Example: "/my-path?gift=absd-acsd34-casdae-1243c" ## Response 400 fields