API Overview

Welcome to the Data Builder Public API. This API allows you to access and query your Perfex CRM data using RESTful endpoints. It's designed to be fast, secure, and developer-friendly.

Base URL https://databuilder.polyxgo.com/api/v1/

Getting Started

To use this API, you need a valid Bearer Token. Integration samples are provided for several languages in the sidebar for each endpoint.

Sandbox — Safe & Private
• All response data (names, emails, phones, amounts, …) is randomized — no real system data is returned.
• Passwords, payment details, tokens, and secrets are masked or excluded entirely.
• All write operations (POST, PUT, DELETE) are simulated — nothing is persisted to the database.
• To enable sandbox requests, create a token at Admin → Data Builder → API Tokens and set it in Settings → Public Demo Token.
PUBLIC DEMO TOKEN
dba_51d5••••••••••••••••••••••••••••••••••••••••d186

Examples

cURL
JS
PHP
Python
# Select an endpoint to see examples

Sandbox GET

{
  "message": "Click 'Run' to test"
}