Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET "https://api.getpg.ai/public-api/v1/organization/credits" \ -H "x-api-key: your_api_key"
{ "organization_id": "org_8b0ad...", "credit_remaining": { "enrichment": 500, "ai_generation": 1200, "contact_discovery": 300 } }
View organization settings and credit usage
org_settings:read
{ "error": { "type": "authorization_error", "code": "forbidden", "message": "You do not have permission to access this resource. Required scope: org_settings:read" } }