Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetAccountInfo

Retrieves information on the summary of the account.

Input and output parameters

The input and output parameters for this method are:

*denotes required field.

Input Parameter Name Type
N/A
Output parameters
  • account_name - Account name.
  • api_user - The user that made the API call.
  • send_balance - Number of email sends currently available.
  • ratelimit_limit - API limit restriction - per hour.
  • ratelimit_remaining - Number of requests remaining for this hour.
  • ratelimit_reset - Unix timestamp when the ratelimit_remaining will be reset.
  • max_return_rows - Max number of rows that will be returned in a single GET request.
  • max_update_rows - Max number of updates to apply a single bulk update request.
  • number_of_contacts - Number of contacts in the system.

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON