RegistrationResponse

  • This document outlines the JSON response structure from the DPA after successful MSISDN registration for notifications.

  • The response includes the registered MSISDN and its registration expiration time in RFC3339 UTC "Zulu" format.

  • Both msisdn and expirationTime are provided as strings within the JSON object.

Response from the DPA upon successful registration of MSISDN for notifications.

JSON representation
{
  "msisdn": string,
  "expirationTime": string
}
Fields
msisdn

string

The MSISDN being registered with DPA for notifications.

expirationTime

string (Timestamp format)

Registration expiration time for the MSISDN.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".