PHPackages                             spojenet/realpad-takeout - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. spojenet/realpad-takeout

ActiveLibrary[API Development](/categories/api)

spojenet/realpad-takeout
========================

Realpad Takeout API Client

1.0.1(1y ago)112[5 PRs](https://github.com/Spoje-NET/PHP-Realpad-Takeout/pulls)MITPHPCI passing

Since Oct 10Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/Spoje-NET/PHP-Realpad-Takeout)[ Packagist](https://packagist.org/packages/spojenet/realpad-takeout)[ RSS](/packages/spojenet-realpad-takeout/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (7)Versions (13)Used By (0)

Realpad Takeout API Client for PHP
==================================

[](#realpad-takeout-api-client-for-php)

[![Realpad Takeout](realpad-takeout.svg?raw=true)](realpad-takeout.svg?raw=true)

*for real estate developer IT / reporting departments, integrators, and other 3rd parties*

This document describes how to use the Realpad Takeout API to back up the data stored in the system. Both structured data (such as lists of customers, deals, etc) and files uploaded to the CRM (unit plans, contract scans, ...) can be automatically retrieved this way. You are encouraged to implement an automatic backup system that will download the data from our server at any frequency you prefer, and use the data as a source for a reporting solution, or any other purpose.

Request
-------

[](#request)

First of all please contact  to obtain the credentials to use the Takeout API endpoints. You will perform POST requests over HTTPS and then store the resulting data. Most of the Takeout endpoints have just 2 parameters, both required: `login`` and `password`.

To configure API client please define this Environment variables first:

```
REALPAD_USERNAME=realpad
REALPAD_PASSWORD=realpad
```

(Configuration mechanism can also use The PHP constants)

Example call in cURL:

```
