List the calling company's products
GET/api/v1/products
Required scope: dpp:read. Tenant is always the API key's company.
Responses
- 200
- 403
- 503
OK
403 — missing scope (FORBIDDEN_SCOPE) or module (FORBIDDEN_MODULE).
503 — the API is not enabled on this environment (FEATURE_DISABLED).