Get API-wide reference facts
pc_get_referenceAnswer API-wide questions about Partner Center: base URLs, required headers, versioning, sandbox, rate limits, and national cloud differences.
Instructions
Return the cross-cutting facts that apply to every Partner Center call rather than to one operation: base URLs, required headers, API versioning, the sandbox account, rate limits, and national cloud differences. Use this for questions about the API as a whole. For a specific endpoint use pc_get_scenario, and for authentication specifics use pc_auth_guidance. Read-only, offline, deterministic. topic is required and the payload shape differs per topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Which reference topic to return. "base-urls": host per API surface. "headers": the headers every request should carry and why. "versioning": how API versions are selected. "sandbox": integration sandbox account rules. "rate-limits": throttling behaviour and how to back off. "national-clouds": what differs in the sovereign clouds. Required — there is no default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the call succeeded and `data` is populated; false when `error` explains why not. | |
| data | No | The result payload. Present only when `ok` is true. | |
| error | No | Human-readable reason the call failed. Present only when `ok` is false. |