Create an authorization challenge

Authorization Challenge against array of entitlement IDs.

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
header Parameters
cookie
string

The session cookie.

Example: blaize_session=5562c0cf-b07a-42d0-ac1a-c0e29735e73a;...
Request Body schema: application/json
entitlementIds
required
Array of any
contentIdentifier
string
Responses
201

Created

401

Unauthorized

post/blaize/authorization/challenge
Request samples
application/json
{
  • "entitlementIds": [
    ],
  • "contentIdentifier": "/"
}
Response samples
application/json
{
  • "68cc48be-e47e-4707-8958-1249d87fca86": false
}