# Number confirmed

This notification occurs when at least one number on the port order was confirmed. This notification also occurs when the number is ready to be activated and onDemandActivation was set to true or if it will be activated at the specified confirmation date.

Endpoint: POST NumbersConfirmed
Version: 1.0
Security: basicAuth, bearerAuth

## Request fields (application/json):

  - `type` (string)
    The event that triggered the webhook.
    Enum: "NUMBERS_ACTIVATED", "NUMBERS_CONFIRMED", "NUMBERS_REJECTED", "ORDER_UPDATED", "NEW_ORDER_NOTE"

  - `orderId` (string)
    The order ID that was updated.

  - `phoneNumbers` (array)

  - `phoneNumbers.phoneNumber` (string, required)
    The phone number in [E.164](https://community.sinch.com/t5/Glossary/E-164/ta-p/7537) format.
    Example: "+12345678901"

  - `phoneNumbers.status` (string)
    The porting status of the phone number.
    Enum: "PENDING", "CONFIRMED", "REJECTED", "ACTIVATED", "CANCELED", "EXCLUDED"

  - `phoneNumbers.activatedDate` (string)
    The date and time the number was activated. Formatted as [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601): YYYY-MM-DDThh:mm:ss.SSSZ.
    Example: "2024-09-24T14:00:00Z"

  - `phoneNumbers.confirmedDate` (string)
    The date and time the number was confirmed. Formatted as [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601): YYYY-MM-DDThh:mm:ss.SSSZ.
    Example: "2024-09-24T12:00:00Z"

  - `phoneNumbers.rejectReason` (string)
    The reason the number was rejected.


