You are here
User
Queries the user account for usage and SMS access parameters
Purpose
The user resource is used to return the usage parameters and the SMS Code required for testing.
Request
GET /sms/user
Reponse Example
XML
<?xml version="1.0" encoding="UTF-8"?>
<account>
<email>[email protected]
</email>
<name>client</name>
<sms_code>fuzu</sms_code>
</account>
JSON
{
"name": "client",
"email": "[email protected]
",
"smsCode": "fuzu"
}
Where:
Property | Description |
---|---|
name | Client name |
Client email | |
SMS Code | This code is tied to the client account and will be used to sychronize the messages from the handset with the client account. See below |