API Documentation: Difference between revisions

From Activepedia
Jump to navigation Jump to search
(Created page with "```mediawiki = How do I view a contact with the API? = == Overview == Using the contact_view API call will allow you to view the details of only one contact. You may want to use this to see if a contact exists in your account before editing their information. == API Call Details == This API call uses a GET method and the supported output formats are XML, JSON, and serialize. For more information about the contact_view API call, please see this API document. == Require...")
 
(No difference)

Latest revision as of 18:02, 6 November 2025

```mediawiki

How do I view a contact with the API?[edit | edit source]

Overview[edit | edit source]

Using the contact_view API call will allow you to view the details of only one contact. You may want to use this to see if a contact exists in your account before editing their information.

API Call Details[edit | edit source]

This API call uses a GET method and the supported output formats are XML, JSON, and serialize. For more information about the contact_view API call, please see this API document.

Requirements[edit | edit source]

  • ActiveCampaign account with appropriate access
  • Knowledge of API calls and handling responses

See Also[edit | edit source]

```