Developers

For developers please see details below for our REST API services. The APTANIA API allows you to interact with our platform programmatically. Through our JSON RESTful APIs services you are able to control which contacts are added to your account as well as updating and managing contact data.

The data returned is live and real-time, and is simple to use and understand.

The REST endpoint for all api communications is as follows.

Host: https://api.aptania.com/services/.

Account
Method HTTP Request Description
Get Account GET /account/getAccount Retrieve the account details.
Method HTTP Request Description
Create Account POST /account/createAccount Create account record with contacts.
Method HTTP Request Description
Update Account POST /account/updateAccount Update account details and contacts.
Contact
Method HTTP Request Description
Get Contact GET /contact/getContact Retrieve the contact details including tags, profiles and attributes.
Method HTTP Request Description
Create Contact POST /contact/createContact Create contact record including tags, profiles and attributes.
Method HTTP Request Description
Update Contact POST /contact/updateContact Update contact details including tags, profiles and attributes.
Events
Method HTTP Request Description
Get Event GET /event/getEvent Retrieve all the events available.
Method HTTP Request Description
Log Event POST /event/logEvent Log an event against an anonymous or known user.