{"id":93,"date":"2023-04-14T20:10:55","date_gmt":"2023-04-14T20:10:55","guid":{"rendered":"https:\/\/help.caster.fm\/?post_type=ht_kb&#038;p=93"},"modified":"2023-08-17T16:22:56","modified_gmt":"2023-08-17T16:22:56","slug":"authentication","status":"publish","type":"ht_kb","link":"https:\/\/www.caster.fm\/help\/cloud\/api-documentation\/authentication\/","title":{"rendered":"Authentication"},"content":{"rendered":"\n<div class=\"wp-block-ht-block-toc is-style-knowall-default htoc htoc--position-wide toc-list-style-plain\" data-htoc-state=\"expanded\"><span class=\"htoc__title\"><span class=\"ht_toc_title\">Table of Contents<\/span><span class=\"htoc__toggle\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\"><g fill=\"#444\"><path d=\"M15 7H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z\"><\/path><path d=\"M15 1H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1zM15 13H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z\"><\/path><\/g><\/svg><\/span><\/span><div class=\"htoc__itemswrap\"><ul class=\"ht_toc_list\"><li class=\"\"><a href=\"#htoc-obtaining-api-tokens\">Obtaining API Tokens<\/a><\/li><li class=\"\"><a href=\"#htoc-api-requests-authentication\">API Requests Authentication<\/a><ul class=\"ht_toc_child_list\"><li class=\"\"><a href=\"#htoc-authenticating-private-requests\">Authenticating Private Requests<\/a><\/li><li class=\"\"><a href=\"#htoc-verifying-the-private-token\">Verifying The Private Token&nbsp;<\/a><\/li><\/ul><\/li><\/ul><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"htoc-obtaining-api-tokens\">Obtaining API Tokens<\/h2>\n\n\n\n<p>Once registered you\u2019ll find your API Tokens at the console.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"530\" height=\"284\" src=\"https:\/\/caster.fm\/help\/wp-content\/uploads\/2023\/04\/image.png\" alt=\"\" class=\"wp-image-94\" srcset=\"https:\/\/www.caster.fm\/help\/wp-content\/uploads\/2023\/04\/image.png 530w, https:\/\/www.caster.fm\/help\/wp-content\/uploads\/2023\/04\/image-300x161.png 300w, https:\/\/www.caster.fm\/help\/wp-content\/uploads\/2023\/04\/image-50x27.png 50w, https:\/\/www.caster.fm\/help\/wp-content\/uploads\/2023\/04\/image-60x32.png 60w, https:\/\/www.caster.fm\/help\/wp-content\/uploads\/2023\/04\/image-100x54.png 100w\" sizes=\"(max-width: 530px) 100vw, 530px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-ht-blocks-list heroic-styled-list\" id=\"heroic-styled-list-4aa63d54-e9d1-4a7e-85b7-b092fcd2398f\"><ol class=\"fa-ul\"><li>The Private Token is used for protected API requests like starting the server and managing podcasts.<\/li><li>The Public Token is used to display widgets as the stream or podcasts player in your website.<\/li><\/ol><style>#heroic-styled-list-4aa63d54-e9d1-4a7e-85b7-b092fcd2398f li:before{\n\t\t                   background:#c32021;\n\t\t                   border-radius: 99%;\n\t\t                   }<\/style><\/div>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-info\"><strong>Reset Tokens<br><\/strong>If you believe your private token may have been compromised you can generate new one at the console, just make sure to update the new token at your application\/plugin.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"htoc-api-requests-authentication\">API Requests Authentication<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"htoc-authenticating-private-requests\">Authenticating Private Requests<\/h3>\n\n\n\n<p>To authenticate your private requests, provide your <strong>private token<\/strong> with the request.<br>For a <strong>GET <\/strong>endpoint request, simply append the token as a URL parameter:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" style=\"font-size:.875rem;--cbp-line-highlight-color:rgba(201, 218, 248, 0.2);line-height:1.25rem\"><span role=\"button\" tabindex=\"0\" data-code=\"curl -i \\\n     -X GET \\\n     -H &quot;Accept: application\/json&quot; \\\n     -H &quot;Cache-Control: no-cache&quot; \\\n     &quot;https:\/\/hub.cloud.caster.fm\/private\/GET_ENDPOINT?token=PRIVATE_TOKEN&quot;\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\"><code><span class=\"line\"><span style=\"color: #D8DEE9FF\">curl -i \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">     -X GET \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">     -H <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">Accept: application\/json<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #D8DEE9FF\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">     -H <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">Cache-Control: no-cache<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #D8DEE9FF\"> \\<\/span><\/span>\n<span class=\"line cbp-line-highlight\"><span style=\"color: #D8DEE9FF\">     <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">https:\/\/hub.cloud.caster.fm\/private\/GET_ENDPOINT?token=PRIVATE_TOKEN<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>For a <strong>POST <\/strong>endpoint request, include it with your POST data:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" style=\"font-size:.875rem;--cbp-line-highlight-color:rgba(201, 218, 248, 0.2);line-height:1.25rem\"><span role=\"button\" tabindex=\"0\" data-code=\"curl -i \\\n     -H &quot;Accept: application\/json&quot; \\\n     -X POST \\\n     -d &quot;{token:PRIVATE_TOKEN}&quot; \\\n     &quot;https:\/\/hub.cloud.caster.fm\/private\/POST_ENDPOINT&quot;\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\"><code><span class=\"line\"><span style=\"color: #D8DEE9FF\">curl -i \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">     -H <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">Accept: application\/json<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #D8DEE9FF\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">     -X POST \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">     -d <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">{token:PRIVATE_TOKEN}<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #D8DEE9FF\"> \\<\/span><\/span>\n<span class=\"line cbp-line-highlight\"><span style=\"color: #D8DEE9FF\">     <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">https:\/\/hub.cloud.caster.fm\/private\/POST_ENDPOINT<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-danger\"><strong>Invalid Token Response<br><\/strong>If the private token provided is invalid an HTTP status code 401 will be returned<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"htoc-verifying-the-private-token\">Verifying The Private Token&nbsp;<\/h3>\n\n\n\n<p>You can verify a private token with a&nbsp;<strong>GET&nbsp;<\/strong>request to the following URL:<br><em><strong>https:\/\/hub.cloud.caster.fm\/private\/checkToken?token=PRIVATE_TOKEN<\/strong><\/em><\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" style=\"font-size:.875rem;--cbp-line-highlight-color:rgba(201, 218, 248, 0.2);line-height:1.25rem\"><span role=\"button\" tabindex=\"0\" data-code=\"curl -i \\\n     -X GET \\\n     -H &quot;Accept: application\/json&quot; \\\n     -H &quot;Cache-Control: no-cache&quot; \\\n     &quot;https:\/\/hub.cloud.caster.fm\/private\/checkToken?token=PRIVATE_TOKEN&quot;\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\"><code><span class=\"line\"><span style=\"color: #D8DEE9FF\">curl -i \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">     -X GET \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">     -H <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">Accept: application\/json<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #D8DEE9FF\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">     -H <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">Cache-Control: no-cache<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #D8DEE9FF\"> \\<\/span><\/span>\n<span class=\"line cbp-line-highlight\"><span style=\"color: #D8DEE9FF\">     <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">https:\/\/hub.cloud.caster.fm\/private\/checkToken?token=PRIVATE_TOKEN<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>If the provided private token is valid the HTTP status code will be 200 and the body will contain a JSON with the private and public token:<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro\" style=\"font-size:.875rem;line-height:1.25rem\"><span style=\"display:flex;align-items:center;padding:10px 0px 10px 16px;margin-bottom:-2px;width:100%;text-align:left;background-color:#39404f;color:#c8d0e0\">JSON<\/span><span role=\"button\" tabindex=\"0\" data-code=\"{\n  &quot;public_token&quot;: &quot;97824ed0-ee56-4d2c-ba29-efbcb76794c5&quot;,\n  &quot;private_token&quot;: &quot;a8ea3659-6989-494b-9e9a-142a5fb6f8f5&quot;\n}\" style=\"color:#d8dee9ff;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki nord\" style=\"background-color: #2e3440ff\"><code><span class=\"line\"><span style=\"color: #ECEFF4\">{<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">  <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #8FBCBB\">public_token<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #ECEFF4\">:<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">97824ed0-ee56-4d2c-ba29-efbcb76794c5<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #ECEFF4\">,<\/span><\/span>\n<span class=\"line\"><span style=\"color: #D8DEE9FF\">  <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #8FBCBB\">private_token<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #ECEFF4\">:<\/span><span style=\"color: #D8DEE9FF\"> <\/span><span style=\"color: #ECEFF4\">&quot;<\/span><span style=\"color: #A3BE8C\">a8ea3659-6989-494b-9e9a-142a5fb6f8f5<\/span><span style=\"color: #ECEFF4\">&quot;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #ECEFF4\">}<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-danger\"><strong>Invalid Token Response<br><\/strong>If the private token provided is invalid an HTTP status code 401 will be returned<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Obtaining and making requests using the API tokens<\/p>\n","protected":false},"author":1,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"_eb_attr":"","inline_featured_image":false,"footnotes":""},"ht-kb-category":[21],"ht-kb-tag":[],"class_list":["post-93","ht_kb","type-ht_kb","status-publish","format-standard","hentry","ht_kb_category-api-documentation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Authentication - Caster.fm Help Center<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.caster.fm\/help\/cloud\/api-documentation\/authentication\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Authentication - Caster.fm Help Center\" \/>\n<meta property=\"og:description\" content=\"Obtaining and making requests using the API tokens\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.caster.fm\/help\/cloud\/api-documentation\/authentication\/\" \/>\n<meta property=\"og:site_name\" content=\"Caster.fm Help Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ShoutcastServer\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-17T16:22:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.caster.fm\/help\/wp-content\/uploads\/2023\/04\/image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"530\" \/>\n\t<meta property=\"og:image:height\" content=\"284\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@CasterFm\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/cloud\\\/api-documentation\\\/authentication\\\/\",\"url\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/cloud\\\/api-documentation\\\/authentication\\\/\",\"name\":\"Authentication - Caster.fm Help Center\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/cloud\\\/api-documentation\\\/authentication\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/cloud\\\/api-documentation\\\/authentication\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/caster.fm\\\/help\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/image.png\",\"datePublished\":\"2023-04-14T20:10:55+00:00\",\"dateModified\":\"2023-08-17T16:22:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/cloud\\\/api-documentation\\\/authentication\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.caster.fm\\\/help\\\/cloud\\\/api-documentation\\\/authentication\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/cloud\\\/api-documentation\\\/authentication\\\/#primaryimage\",\"url\":\"https:\\\/\\\/caster.fm\\\/help\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/image.png\",\"contentUrl\":\"https:\\\/\\\/caster.fm\\\/help\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/image.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/cloud\\\/api-documentation\\\/authentication\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Authentication\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/\",\"name\":\"Caster.fm Help Center\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/#organization\",\"name\":\"Caster.fm\",\"url\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/CasterFmRedLogo_1svg.svg\",\"contentUrl\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/CasterFmRedLogo_1svg.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"Caster.fm\"},\"image\":{\"@id\":\"https:\\\/\\\/www.caster.fm\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/ShoutcastServer\",\"https:\\\/\\\/x.com\\\/CasterFm\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Authentication - Caster.fm Help Center","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.caster.fm\/help\/cloud\/api-documentation\/authentication\/","og_locale":"en_US","og_type":"article","og_title":"Authentication - Caster.fm Help Center","og_description":"Obtaining and making requests using the API tokens","og_url":"https:\/\/www.caster.fm\/help\/cloud\/api-documentation\/authentication\/","og_site_name":"Caster.fm Help Center","article_publisher":"https:\/\/www.facebook.com\/ShoutcastServer","article_modified_time":"2023-08-17T16:22:56+00:00","og_image":[{"width":530,"height":284,"url":"https:\/\/www.caster.fm\/help\/wp-content\/uploads\/2023\/04\/image.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@CasterFm","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.caster.fm\/help\/cloud\/api-documentation\/authentication\/","url":"https:\/\/www.caster.fm\/help\/cloud\/api-documentation\/authentication\/","name":"Authentication - Caster.fm Help Center","isPartOf":{"@id":"https:\/\/www.caster.fm\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.caster.fm\/help\/cloud\/api-documentation\/authentication\/#primaryimage"},"image":{"@id":"https:\/\/www.caster.fm\/help\/cloud\/api-documentation\/authentication\/#primaryimage"},"thumbnailUrl":"https:\/\/caster.fm\/help\/wp-content\/uploads\/2023\/04\/image.png","datePublished":"2023-04-14T20:10:55+00:00","dateModified":"2023-08-17T16:22:56+00:00","breadcrumb":{"@id":"https:\/\/www.caster.fm\/help\/cloud\/api-documentation\/authentication\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.caster.fm\/help\/cloud\/api-documentation\/authentication\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.caster.fm\/help\/cloud\/api-documentation\/authentication\/#primaryimage","url":"https:\/\/caster.fm\/help\/wp-content\/uploads\/2023\/04\/image.png","contentUrl":"https:\/\/caster.fm\/help\/wp-content\/uploads\/2023\/04\/image.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.caster.fm\/help\/cloud\/api-documentation\/authentication\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.caster.fm\/help\/"},{"@type":"ListItem","position":2,"name":"Authentication"}]},{"@type":"WebSite","@id":"https:\/\/www.caster.fm\/help\/#website","url":"https:\/\/www.caster.fm\/help\/","name":"Caster.fm Help Center","description":"","publisher":{"@id":"https:\/\/www.caster.fm\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.caster.fm\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.caster.fm\/help\/#organization","name":"Caster.fm","url":"https:\/\/www.caster.fm\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.caster.fm\/help\/#\/schema\/logo\/image\/","url":"https:\/\/www.caster.fm\/help\/wp-content\/uploads\/2023\/04\/CasterFmRedLogo_1svg.svg","contentUrl":"https:\/\/www.caster.fm\/help\/wp-content\/uploads\/2023\/04\/CasterFmRedLogo_1svg.svg","width":"1024","height":"1024","caption":"Caster.fm"},"image":{"@id":"https:\/\/www.caster.fm\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ShoutcastServer","https:\/\/x.com\/CasterFm"]}]}},"_links":{"self":[{"href":"https:\/\/www.caster.fm\/help\/wp-json\/wp\/v2\/ht-kb\/93","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.caster.fm\/help\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/www.caster.fm\/help\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/www.caster.fm\/help\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.caster.fm\/help\/wp-json\/wp\/v2\/comments?post=93"}],"version-history":[{"count":5,"href":"https:\/\/www.caster.fm\/help\/wp-json\/wp\/v2\/ht-kb\/93\/revisions"}],"predecessor-version":[{"id":145,"href":"https:\/\/www.caster.fm\/help\/wp-json\/wp\/v2\/ht-kb\/93\/revisions\/145"}],"wp:attachment":[{"href":"https:\/\/www.caster.fm\/help\/wp-json\/wp\/v2\/media?parent=93"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/www.caster.fm\/help\/wp-json\/wp\/v2\/ht-kb-category?post=93"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/www.caster.fm\/help\/wp-json\/wp\/v2\/ht-kb-tag?post=93"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}