Page Summary
-
The CPID endpoint returns a JSON object containing the
cpidandttlSecondswhen a CPID is successfully created. -
The
cpidis an encrypted identifier that uniquely identifies the user to the carrier and is required. -
The
ttlSecondsfield indicates the validity duration of the CPID for GTAF to query user data plan details and is also required.
Response from the CPID endpoint when CPID creation is successful.
| JSON representation | |
|---|---|
{ "cpid": string, "ttlSeconds": integer } |
|
| Fields | |
|---|---|
cpid |
Required. Encrypted carrier plan identifier that uniquely identifies the user to the carrier. |
ttlSeconds |
Required. Duration, in seconds, for which the CPID is valid and can be used by GTAF to query the DPA for details of a user's data plan. |