---
title: "NpnActivatedEventData"
url: "https://developer.agentsync.io/apis/producer-sync-api/versions/73929b36-7345-4da4-bd67-f8cea6ba3de4/schemas/NpnActivatedEventData"
---

> Full API specification: https://developer.agentsync.io/apis/producer-sync-api/versions/73929b36-7345-4da4-bd67-f8cea6ba3de4.md

# NpnActivatedEventData

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: ProducerSync API
  version: v2.86.10
servers:
  - url: https://api.sandbox.agentsync.io
    description: Sandbox
components:
  schemas:
    NpnActivatedEventData:
      type: object
      required:
        - npn
        - activatedAt
      properties:
        npn:
          type: string
          description: The National Producer Number added to your monitored population.
          example: "15645555"
        activatedAt:
          type: string
          format: date-time
          description: UTC time the NPN became active on your account.
          example: 2026-08-18T15:53:01.579Z
```
