---
title: "Get organization credits"
method: GET
path: "/organization/credits"
tags: ["organization"]
---

# Get organization credits

`GET /organization/credits`

Retrieve credit information for the authenticated organization.

## Response `200`

Success

- OrganizationCredits — Organization credit information
  - `organization` object, required
    - `id` string, uuid
    - `name` string
  - `credit_remaining` object, required
    - `company_credits` integer
    - `content_credits` integer
    - `territory_credits` integer
    - `contact_credits` integer

## Other responses

- `400` — Input Error. Check the request payload for issues.
- `401` — Unauthorized
- `403` — Access denied. Additional privileges are needed.
- `404` — Not Found. The requested resource does not exist.
- `429` — Rate Limited. Too many requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/getpg/apis/pg-ai-public-api.md) · [All operations](https://skmtc.net/getpg/apis/pg-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getpg/pg-ai-public-api/revisions/cc47d013c073/schema)
