Skip to main content
GET
/
organization
/
credits
Get organization credits
curl --request GET \
  --url https://api.getpg.ai/v1/organization/credits \
  --header 'X-Api-Key: <api-key>'
{
  "organization": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>"
  },
  "credit_remaining": {
    "company_credits": 123,
    "content_credits": 123,
    "territory_credits": 123,
    "contact_credits": 123
  }
}

Authorizations

X-Api-Key
string
header
required

Your API key for authentication. Get your API key from the PGAI dashboard.

Response

Success

Organization credit information

organization
object
required
credit_remaining
object
required