<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Rest on GetSmart Help Internal</title><link>/tags/rest/</link><description>Recent content in Rest on GetSmart Help Internal</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 26 May 2026 14:41:51 +0200</lastBuildDate><atom:link href="/tags/rest/index.xml" rel="self" type="application/rss+xml"/><item><title>API Documentation</title><link>/docs/api-documentation/</link><pubDate>Tue, 26 May 2026 00:00:00 +0000</pubDate><guid>/docs/api-documentation/</guid><description>&lt;h1 id="api-documentation">API Documentation&lt;/h1>
&lt;p>The GetSmart Token REST API allows developers to integrate badge issuance, $GETS token management, and learner data into external applications.&lt;/p>
&lt;hr>
&lt;h2 id="base-url">Base URL&lt;/h2>
&lt;pre tabindex="0">&lt;code>https://api.getstoken.org/v1
&lt;/code>&lt;/pre>&lt;p>All requests must use &lt;strong>HTTPS&lt;/strong>.&lt;/p>
&lt;hr>
&lt;h2 id="authentication">Authentication&lt;/h2>
&lt;p>Include your API key in the &lt;code>Authorization&lt;/code> header:&lt;/p>
&lt;pre tabindex="0">&lt;code>Authorization: Bearer YOUR_API_KEY
&lt;/code>&lt;/pre>&lt;p>To obtain an API key, contact &lt;a href="mailto:hello@getstoken.org">hello@getstoken.org&lt;/a>.&lt;/p>
&lt;hr>
&lt;h2 id="rate-limiting">Rate Limiting&lt;/h2>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Limit&lt;/th>
 &lt;th>Value&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>Per hour&lt;/td>
 &lt;td>1,000 requests per API key&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Per second&lt;/td>
 &lt;td>10 requests per API key&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;p>Exceeded limits return &lt;code>429 Too Many Requests&lt;/code>.&lt;/p></description></item></channel></rss>