Create an anonymous session

Creates an anonymous session.

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
query Parameters
token
string

Required if browser fingerprinting is enabled on the CDN. This token is retrieved from the GET /blaize/browser-fingerprint flow.

fingerprint
string

Required if browser fingerprinting is enabled on the CDN, the fingerprint retrieved from the GET /blaize/browser-fingerprint flow.

Responses
201

Created

post/blaize/anonymous-session
Response samples
application/json
{
  • "message": "Anonymous session created successfully",
  • "tracking_id": "33d576c7-d036-40e7-8141-8a91998a5c79"
}