reseller API Methods

Previous page  First page  Next page

 

Currently Available API Methods — Reseller

 

activateTrialBlog

Starts the billing cycle for a trial blog and sets status to 'active'.

 

addBandwidth

Adds bandwidth to the specified blog for the current month.

 

addBandwidthInMB

Adds bandwidth, in megabytes, to the specified blog for the current month.

 

addBlog

Creates a new blog.

 

addBlogCategories

Adds a set of categories to an existing blog.

 

authUser

Use this function to determine if a given username/password combination is for a valid Blogware account.

 

checkHostname

Returns boolean indicating hostname availability.

 

checkUser

Returns boolean indicating whether or not a username is available.

 

createBlogAdminCookie

Returns a valid cookie which grants a user access to the administrative area of Blogware.

 

deleteBlog

Deletes the specified blog.

 

getAutoTransferUpgradeValues

Returns a list of valid transfer-usage upgrade values.

 

getBlogs

Returns information about every blog under your reseller account.  This command will soon be deprecated; please use getBlogsWithOffset instead.

 

getBlogBandwidthUsageInfo

Returns a blog's bandwidth usage total for the current or previous month. The amounts of any manual or automatic upgrades are also returned.

 

getBlogInfo

Returns a struct containing information about a specified blog.

 

getBlogInfoByHostname

Returns information about a blog specified by hostname.

 

getBlogsWithOffset

Allows you to request blog information using pagination to control the number of blogs returned.  This command should be used instead of the getBlogs command.

 

getComponentProfileList

Returns a list of the Component Profiles that you have created.

 

getCSSTemplates

Returns a list of CSS templates available for your user's blogs.

 

getInactiveBlogs

Returns a list of Blog IDs for blogs that have not been updated since the date specified.

 

getPackageList

Returns a list of structs which define the available packages.

 

getStatusList

Returns a list of structs defining allowable status values for reseller.updateBlogStatus.

 

getTimezones

Returns a list of valid time zones.

 

getTrackbackModerationValues

Returns the trackback moderation values that are required to change a blog's trackback moderation setting.

 

getURLHash

Returns an encoded URL that allows blog publishers to access the publisher control panel without having to login.

 

getUsersBlogs

Returns a list of reseller.getBlogInfo structs for each blog this username owns.

 

sendUserPassword

Sends account information for a blog account to the email address on record for the account.

 

sendUserPasswordByHostname

Sends account information for the owner of "hostname" to the email address on record for the account.

 

setUserPassword

Changes the password for a blog user. The original password is not required.

 

updateBlogAutoTransferSettings

Adds or removes the automatic transfer-usage upgrade feature for the specified blog.

 

updateBlogComponentProfile

Updates the component profile for the specified blog.

 

updateBlogHostnames

Changes the primary or secondary or both or all hostnames associated with a blog.

 

updateBlogLanguagePref

Changes the language used in the blog's Publisher Control Panel.

 

updateBlogPackage

Changes the package of a blog.

 

updateBlogStatus

Changes the status of a specified blog.

 

updateBlogTrackbackModeration

Changes a blog's trackback moderation setting.

 

updateUserPassword

Changes a blog user's password.