Workflow

Advanced generic API v1 sources and keys

Understand source definitions, one-way keys and filtered table access exposed by controller/model capabilities.

17 connected guidesLive filterPermission-aware instructions
17 guides
Category

Proplix Secure API Gateway

Open guide →
Guide

Understand the advanced v1 source API

The model/controller support configured table sources and one-way API keys beyond the current simplified portal UI.

Open guide →
Guide

Understand current UI availability

The supplied manage.php does not expose source/key forms; use these capabilities only where a compatible deployment/custom UI exposes them.

Open guide →
Guide

Save a source definition

Define source key, label, table, selected columns, allowed filters and maximum limit through the compatible admin route.

Open guide →
Guide

Complete source key

Use the configured identifier in /api/v1/{source_key}.

Open guide →
Guide

Complete source table

Use an approved existing table; do not expose arbitrary user input.

Open guide →
Guide

Complete source columns

Select only columns intended for the integration.

Open guide →
Guide

Complete allowed filters

Only configured filter columns are accepted.

Open guide →
Guide

Set maximum result limit

Bound integrations to the configured maximum.

Open guide →
Guide

Create an API key

Create a one-time plaintext token associated with allowed sources.

Open guide →
Guide

Copy the key once

Store it server-side; the database retains only its hash.

Open guide →
Guide

Revoke a v1 key

Revocation prevents further authentication.

Open guide →
Guide

Call API ping

Use the authenticated ping endpoint to verify key handling.

Open guide →
Guide

Fetch source rows

GET /proplix_api_gateway/api/v1/{source_key} with allowed filters/limit/offset.

Open guide →
Guide

Fetch one source record

Append a record ID where the configured source supports an id column.

Open guide →
Guide

Use GET for v1 data

Unsupported methods are rejected.

Open guide →
Guide

Understand key-to-source permission

A key must explicitly allow the source.

Open guide →