Engagd

  • This free trial of Professional Edition is limited to 3 users or less. Contact an admin about purchasing Professional Edition.

 

APML

Page history last edited by Chris Saad 1 yr ago

Engagd APML

Provides access to your APML, either to upload from other sources or retrieve based on changes made via the Engagd services.

 

 

Common Basics

  • API access requires a developers key, available via the developers.engagd.com site.
  • User accounts will be created implicitly.
  • The user ids provided to the API need not be numeric or follow any special pattern - they can be anything meaningful to the calling application

 

 

REST API

The REST (Representational State Transfer) API allows manipulation of the user's profile via resources exposed through HTTP addresses.

 

Basics

  • Resources are manipulated through the HTTP methods GET, POST, PUT and DELETE.

 

Retrieving APML

GET: https://apml.engagd.com/user/<devKey>/<userId>/apml

 

Uploading APML

Note: The APML data should be provided as post data.

 

POST: https://apml.engagd.com/user/<devKey>/<userId>/apml

 

Setting User Email Addresses

Note: The user email should be provided as post data.

 

POST: https://apml.engagd.com/user/<devKey>/<userId>/identity

 

 

 

Service Updates

Keep track of changes to this service and the API via the APML API Change Log.

 

Comments (0)

You don't have permission to comment on this page.