Get Tag Access Policy For Sku
GET/api/TagAccessPolicies/GetTagAccessPolicyForSku/:id
Tier: Internal — subject to change without notice.
Returns the Item-scope policy for a specific SKU — the endpoint a device uses to fetch the passwords it needs to program that SKU's tag. Gated identically to the other read endpoints: any one of Create on Item, Place, Person, or Tag satisfies the check.
Request
Responses
- 200
- 400
- 401
- 403
Returns the TagAccess.TagAccessPolicyDetailDto.
No Item-scope policy exists for the SKU — error array.
Caller is not authenticated.
Caller holds none of the required Create permissions.