Read Channel Quota Information
Get details about your channel’s remaining quota for sending create and update requests, the queue size, and wait time.
URL
GET https://news-api.apple.com/channels/{channelId}/quotaPath Parameters
| Name | Type | Description |
|---|---|---|
channelId Required | string | The UUID of the channel. You can get your channel ID from News Publisher. See Use your CMS with News Publisher in News Publisher User Guide. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | Throttling | The request was successful. |
| 400 | Bad Request Content-Type: application/json | Error |
|
| 401 | Unauthorized Content-Type: application/json | Error | You didn’t include the |
| 403 | Forbidden Content-Type: application/json | Error | You tried to access a channel your API key doesn’t have permission to access. Key path: None. |
| 404 | Not Found Content-Type: application/json | Error |
|
Discussion
A Read Channel Quota Information request returns the publisher’s remaining create and update request quota, the queue size, and estimated wait time. This information is also available through the Meta object when you use the Create an Article and Update an Article endpoints.