Getting Started with Adaptix API
Adaptix provides a comprehensive REST API suite for managing contact records and retrieving information on various Adaptix entities. Refer to the following example of how to fetch a contact record using the API.
Install it via Composer
To install using composer, simply run composer require adaptix/api-library:dev-main
.
Also run, composer require psr/log:^1.1
.
Then use the following PHP code snippet to fetch a contact record using the API.
Here, the instancename
in the url should be replaced with your adaptix instance name.
The above code snippet gives you the following (as sample) JSON output,
For more details, Please see developer documentation.