Update a subscription
Updates the delivery URI or active state of a subscription.
PUT
Update a subscription
Authorizations
JWT issued by POST /api/token/request. Send as Authorization: Bearer <token>.
Path Parameters
Previous
List login audit eventsReturns login audit events for the caller's company, newest first.
> **Special-scope key required.** This endpoint is gated by the `login-audits.read` entitlement. Your API key must be issued with that scope or the request will be rejected with `403 Forbidden`. Contact Guardhouse Support to have the scope added to an existing key.
**Tenant scope:** the company is taken from your access token's `CompanyId` claim. Passing `companyId` in the query string is ignored — cross-tenant isolation is enforced server-side.
Results are ordered by `occurredUtc` descending and paged with `Skip((page - 1) * pageSize).Take(pageSize)`. There is no `totalCount` field — when fewer than `pageSize` rows are returned, you have reached the end.
Next
Update a subscription
