Cont4ct.me API Documentation.

Introduction

This document outlines the operability of the Cont4ct.me API. Here you will find reference material on how to successfully communicate to the API with an external application.

Requirements

Each developer on the Cont4ct.me API platform will be required to obtain a developer API key for each application they intend on producing. Your initial developer keys will be limited to testing on your own social networks registered through Cont4ct.me API. To obtain a developer key send a request to: api@Cont4ct.me.

WSDL

The WSDL describing the web service interface is located here.

Methods

Shorten contact details

shortenContactDetails

Description: Generate an invitation and return the short URL to it.

URL: http://Cont4ct.me/ws/wsdl.php
Method: POST
Returns: Short URL or error message on failure.
NameDescriptionRequired?TypeDefault
applicationID Your applicationID provided by Cont4ct.me yes string -
secret Your password provided by Cont4ct.me yes string -
firstName First Name. no string -
lastName Last Name. no string -
phone Phone number in international format. Yes if no email supplied string -
email Email address. Yes if no phone number supplied string -
expirationDelay The validity period of your invitation, in hours. If not supplied, your invitation will never expire No string -

Example response:


<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
   <SOAP-ENV:Body>
      <ns1:shortenContactDetailsResponse xmlns:ns1="http://Cont4ct.me/">
         <return xsi:type="xsd:string">http://Cont4ct.me/X</return>
      </ns1:shortenContactDetailsResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Clever Phone™ and Clever Phone™ Logo, Twitter™ and Twitter™ Logo, Facebook™ and Facebook Logo, LinkedIn and LinkedIn™ Logo, Plaxo™ and Plaxo Logo are trademarks, trade names property of their respective holders.

Feedback Form