Skip to main content
GET
/
orgs
/
{org_id}
/
credit-grants
cURL
curl --request GET \
  --url https://api.timbal.ai/orgs/{org_id}/credit-grants \
  --header 'Authorization: Bearer <token>'
{
  "credit_grants": [
    {
      "amount_credits": 123,
      "created_at": "2023-11-07T05:31:56Z",
      "source": "<string>",
      "source_metadata": "<unknown>",
      "starts_at": "2023-11-07T05:31:56Z",
      "uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "exhausted_at": "2023-11-07T05:31:56Z",
      "expires_at": "2023-11-07T05:31:56Z",
      "granted_by_user_id": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.timbal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Credit grants awarded to an organization, most recent first.

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required

Response

Credit grants for the organization

credit_grants
object[]
required