---
title: "Create an authorization challenge"
method: POST
path: "/blaize/authorization/challenge"
tags: ["User"]
---

# Create an authorization challenge

`POST /blaize/authorization/challenge`

Authorization Challenge against array of entitlement IDs.

## Headers

- `cookie` string

## Request body

- object
  - `contentIdentifier` string
  - `endUserIPAddress` string
  - `entitlementIds` string[]
  - `giftToken` string
  - `referrer` string
  - `trustedReferrerToken` string

## Response `200`

OK

- CdnAuthChallengeResponse — A map from entitlement ID to the decision outcome

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/revisions/0400dd83950b/schema)
