Getting started with Network API
Network API enables the Publication Network integration mode for partners. Instead of receiving the full public inventory (Feeds API alone), you get a branded network inside Mapaprop: customers activate the integration by their own choice, you approve each account and configure its plan (listing quota, cost, billing cycle), and each customer chooses which properties to publish.
It is built for portals that want to choose their customers —or be chosen by them— and manage a direct, per-account relationship, including paid plans. See the two integration modes and how to apply in Feeds API.
1. Obtain your access token
Register your application and follow Getting Started.
2. Basic workflow
Once you have your credentials setup you must start updating subscriptions of customers. To know what customers are in your network you can use GET /api/action/network-v1/get-customers method. You can get notified about new customers without having to call this method thru a webhook. To setup the webhook please contact us.
Now that you know the customers associated to your network you can start updating their subscriptions using the POST /api/action/network-v1/update-suscription. After you updated their subscription customers will be able to start publishing properties. Refer to the next step for that.
3. Browser services
4. User publications
Use the network delta
For network properties always use GET /api/action/feed-v1/get-delta-network (not the plain get-delta, which is for full-inventory integrations).