Create a gift V4

Creates a gift (V4).

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
Request Body schema: application/json
path
required
string

The gift will be created for the provided path in the request body.

Responses
201

Created

400

Bad Request

post/zephr/public/gift-tokens/v1/gift-tokens
Request samples
application/json
{
  • "path": "/my-path"
}
Response samples
application/json
{
  • "token": "absd-acsd34-casdae-1243c",
  • "claimPath": "/my-path?gift=absd-acsd34-casdae-1243c"
}