Quickstart
You can make your first content request in under five minutes if you already have access to a TPC organization.Step 1: Create an API key
Open your organization API key settings:Use a read-only key with only
content:read until your integration needs to
create, update, or delete content.Step 2: Make your first request
Export your key and product ID:ok: true:
Step 3: Parse the envelope
Every JSON endpoint returns anApiResult<T>:
Step 4: Add pagination and filters
The site pages list endpoint accepts query-string filters:Step 5: Create a page
Create a page withcontent:write:
Troubleshooting
Every response includes
x-request-id. Include that value when you contact support.