GET web_api/mobile_consent/consent_text

Get the end user agreement statement that is required for use of the gMobile service. Note that there is a placeholder for [CompanyName] that you must replace with your company name before displaying this text to your end user for consent.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

The text to display to your end user that they must agree to when giving consent is included in the body of the response.

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>