Get Data Usage Acceptance State

Get Data Usage 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
}

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