Tandem Tandem

From INAP Dropzone API
Jump to: navigation, search

The tandem tandem command will return basic information about the Tandem account including but not limited to: Tandem URL, server counts and SingleHop contact information.

Contents

Path

  • /tandem

Method

Required Data Parameters

  • None

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => stdClass Object(
    [id] => Tandem account ID.
    [uberid] => LEAP account ID.
    [apikey] => Tandem API key.
    [type] => Type of account.
    [fullservercount] => 
    [servercount] => 
    [autoprocess] => 
    [tandemurl] => Tandem access URL.
    [applybefore] => 
    [countbefore] => 
    [createdon] => Tandem account creation date.
    [domainstatus] => 
    [tandemactivity] => 
    [amname] => Tandem account manager name.
    [amphone] => Tandem account manager phone number.
    [amemail] => Tandem account manager email address.
    [ticketingtype] => Tandem support ticket option
  )
)
Personal tools