Account
The account path contains functions related to your account such as viewing remaing credits and getting your API key
Get Credits
Request URL
http://api.textplode.com/v3/account/get/credits
Parameters
[string] api_key - Your API Key
Response
[string] credits - The credits remaining on your account
Get Countries
Request URL
http://api.textplode.com/v3/account/get/countries
Parameters
[string] api_key - Your API Key
Response
[array] An array of Country Name and Country Prefix pairs
Get Country
Request URL
http://api.textplode.com/v3/account/get/country_code_from_country
Parameters
[string] api_key - Your API Key [string] country - Country Name of the Country to be returned
Response
[array] An array with the one element, "country_code"
Login
Request URL
http://api.textplode.com/v3/account/login
Parameters
[string] email - The email address assigned to the account to login to [string] password - A SHA-1 hash of your password.
Response
[string] api_key - Your API Key