# Apivom Atlas — Autodesk APS Webhooks

> Apivom Atlas integration for Autodesk APS Webhooks: 12 gateway routes over `developer.api.autodesk.com`, available through the Apivom platform (Apivom Iris workflows and the Apivom Atlas API portal). Auth model: caller-supplied token passed through to the vendor.

Notes for AI assistants:

- This catalog mirrors the vendor's public API surface as registered in Apivom Atlas (0 read-only, 12 write routes).
- Access is provisioned per customer. Commercialized providers are self-service in the Atlas portal; for everything else [request a demo](https://apivom.com/en/demo).
- Credentials are always owned by the calling tenant — Apivom Atlas is a stateless gateway.

## Routes

- `GET /webhooks/v1/app/hooks` (webhooks-v1-app-hooks) — params: query
- `GET /webhooks/v1/hooks` (webhooks-v1-hooks) — params: query
- `GET /webhooks/v1/systems/{system}/events/{event}/hooks` (webhooks-v1-systems-by-system-events-by-event-hooks) — params: params, query
- `GET /webhooks/v1/systems/{system}/events/{event}/hooks/{hook_id}` (webhooks-v1-systems-by-system-events-by-event-hooks-by-hook-id) — params: params, query
- `DELETE /webhooks/v1/systems/{system}/events/{event}/hooks/{hook_id}` (webhooks-v1-systems-by-system-events-by-event-hooks-by-hook-id-delete) — params: params, query
- `PATCH /webhooks/v1/systems/{system}/events/{event}/hooks/{hook_id}` (webhooks-v1-systems-by-system-events-by-event-hooks-by-hook-id-patch) — params: status, autoReactivateHook, filter, hookAttribute, token, hookExpiry
- `POST /webhooks/v1/systems/{system}/events/{event}/hooks` (webhooks-v1-systems-by-system-events-by-event-hooks-post) — params: callbackUrl, autoReactivateHook, scope, hookAttribute, hookExpiry, filter, hubId, projectId, tenant, callbackWithEventPayloadOnly
- `GET /webhooks/v1/systems/{system}/hooks` (webhooks-v1-systems-by-system-hooks) — params: params, query
- `POST /webhooks/v1/systems/{system}/hooks` (webhooks-v1-systems-by-system-hooks-post) — params: callbackUrl, autoReactivateHook, scope, hookAttribute, hookExpiry, filter, hubId, projectId, tenant, callbackWithEventPayloadOnly
- `DELETE /webhooks/v1/tokens/@me` (webhooks-v1-tokens-me-delete) — params: query
- `PUT /webhooks/v1/tokens/@me` (webhooks-v1-tokens-me-put) — params: token
- `POST /webhooks/v1/tokens` (webhooks-v1-tokens-post) — params: token

## Credential model

- APS Client ID (`clientId`) — required
- APS Client Secret (`clientSecret`) — required — secret
- OAuth2 Scopes (`scope`)

## Optional

- [Apivom Atlas product page](https://apivom.com/en/products/atlas)
- [All Atlas integration guides](https://apivom.com/llms.txt)
- [Request a demo](https://apivom.com/en/demo)
