Get Data Usage Acceptance State

Get Data Usage Acceptance State
Get the Data Usage text and acceptance state.

Get the Data Usage text and acceptance state.

Request
URI
GET
https://umip/api/v1/data_usage_acceptance
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Data Usage acceptance response.

Returns DataUsageAcceptanceStateResponse of type(s) application/json
{
    "data_usage_acceptance_text": "string",
    "data_usage_acceptance": false
}
string
data_usage_acceptance_text
Optional

Data usage text to accept.

boolean
data_usage_acceptance
Optional

State of the Data usage acceptance.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v1/data_usage_acceptance