Get started

	API Endpoint

	https://rest.adtrax.org/api/
                

The purpose of this REST API is to provide a standardized and accessible interface for querying and retrieving data from various database tables. It offers a set of endpoints, each corresponding to a specific table, such as leads, bridges, areacodes, and users. By sending HTTP requests to these endpoints, authorized users can fetch relevant information from the respective database tables. The API supports various operations, including retrieving all records from a table, querying a specific record by its unique identifier, and implementing pagination to navigate through large datasets. Authorization is ensured by requiring users to provide a valid combination of user ID (uid) and MD5-encoded API key (rest_api_key) as query parameters. This REST API aims to simplify data access, promote data integrity, and facilitate seamless integration with applications or services that require access to the underlying database information.

To use this API, you need an API key. Please contact jpariscoder (AT) gmail.com for API access.