Skip to main content
POST
/
api
/
cms_medicare
/
topics
/cms_medicare/topics
curl --request POST \
  --url https://api.anysite.io/api/cms_medicare/topics \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '{
  "timeout": 300
}'
[
  {
    "@type": "@cms_medicare_topic",
    "identifier": "<string>",
    "alias": "<string>",
    "title": "<string>",
    "theme": "<string>",
    "order": 123,
    "summary": "<string>",
    "blurb": "<string>",
    "about": "<string>",
    "announcements": "<string>",
    "archive_footnote": "<string>",
    "data_dictionaries": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

@type
string
default:@cms_medicare_topic
identifier
string | null
alias
string | null
title
string | null
theme
string | null
order
integer | null
summary
string | null
blurb
string | null
about
string | null
announcements
string | null
archive_footnote
string | null
data_dictionaries
CmsMedicareTopicDataDictionary · object[]