Skip to main content

API for Third Party

This system supports third-party application integration, allowing the creation of independent third-party accounts and access to relevant data interfaces via a dedicated API KEY.

To apply for a third-party account and API KEY, please contact customer.service@realpore.com.

API Request Instructions

Authentication Method

All third-party interface requests must include a valid API Key in the Header.

Request Header Format:

x-api-key: <YOUR_API_KEY_HERE>

Example Request

curl -X GET 'https://www.realpore.com/api/products/tnb-compatible?q=54157' \
-H 'x-api-key: YOUR_API_KEY_HERE'

API Types

Product Data Interfaces

Supplier Inventory Interfaces

  • Under development