diff --git a/docs.json b/docs.json index 0b3fb1ebd..31c71b113 100644 --- a/docs.json +++ b/docs.json @@ -876,7 +876,8 @@ "group": "Usage", "pages": [ "x-api/usage/introduction", - "x-api/usage/get-usage" + "x-api/usage/get-usage", + "x-api/usage/get-usage-credits" ] }, { diff --git a/x-api/usage/introduction.mdx b/x-api/usage/introduction.mdx index 310a132d0..d82cdd0cc 100644 --- a/x-api/usage/introduction.mdx +++ b/x-api/usage/introduction.mdx @@ -1,7 +1,7 @@ --- title: Usage sidebarTitle: Introduction -description: "The Usage endpoint lets you monitor your API usage, including the number of Posts consumed. Reference for the X API v2 standard tier covering usage." +description: "The Usage endpoints let you monitor your API usage and, for Pay-per-use (PPU) accounts, check your credit balance. Reference for the X API v2 standard tier covering usage." keywords: ["usage API", "API usage", "usage tracking", "post usage", "consumption monitoring"] --- @@ -29,11 +29,12 @@ Pay-per-usage plans are subject to a monthly cap of 3 million Post reads. If you --- -## Endpoint +## Endpoints | Method | Endpoint | Description | |:-------|:---------|:------------| | GET | [`/2/usage/tweets`](/x-api/usage/get-usage) | Get Post usage data | +| GET | [`/2/usage/credits`](/x-api/usage/get-usage-credits) | Get your Pay-per-use (PPU) credit balance in USD | ---