{"id":3582,"date":"2026-01-15T17:31:46","date_gmt":"2026-01-15T14:31:46","guid":{"rendered":"https:\/\/docs.unibell.tech\/?page_id=3582"},"modified":"2026-01-15T17:31:46","modified_gmt":"2026-01-15T14:31:46","slug":"authorization","status":"publish","type":"page","link":"https:\/\/docs.unibell.tech\/?page_id=3582","title":{"rendered":"Authorization"},"content":{"rendered":"\n<p>Most HTTP API calls require authentication and authorization procedures that associate API calls with the required applications in your account.<\/p>\n\n\n\n<p>For this purpose, each request must include a header or an X-Authorization argument containing the connection token in the AccessKey token format.<\/p>\n\n\n\n<p>For example, as a header:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>POST \/apps\/activate HTTP\/1.1\nHost: api.unibell.ru\nX-Authorization: AccessKey d8ac9959r12b43545XXXXX<\/code><\/pre>\n\n\n\n<p>X-Authorization is passed depending on the HTTP connection settings:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>AccessKey d8ac9959r12b43545XXXXX \u2014 by default<\/td><\/tr><tr><td>Basic d8ac9959r12b43545XXXXX (or Basic base64encoded(username:password))<\/td><\/tr><tr><td>Bearer d8ac9959r12b43545XXXXX<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>or as a parameter:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>POST api.unibell.ru\/apps\/activate?X-Authorization=AccessKey d8ac9959r12b43545XXXXX<\/code><\/pre>\n\n\n\n<p><strong>Example of a request using CURL:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --location --request POST 'https:\/\/api.unibell.ru\/apps\/activate' \\\n--header 'X-Authorization: AccessKey d8ac9959r12b43545XXXXX'<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --location --request POST 'https:\/\/api.unibell.ru\/apps\/activate?X-Authorization=AccessKey%20d8ac9959r12b43545XXXXX'<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Most HTTP API calls require authentication and authorization procedures that associate API calls with the required applications in your account. For this purpose, each request must include a header or an X-Authorization argument containing the connection token in the AccessKey token format. For example, as a header: X-Authorization is passed depending on the HTTP connection <a href=\"https:\/\/docs.unibell.tech\/?page_id=3582\" class=\"more-link\">&#8230;<span class=\"screen-reader-text\">  Authorization<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"tpl\/http-content.php","meta":{"footnotes":""},"class_list":["post-3582","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/docs.unibell.tech\/index.php?rest_route=\/wp\/v2\/pages\/3582","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.unibell.tech\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.unibell.tech\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.unibell.tech\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.unibell.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3582"}],"version-history":[{"count":1,"href":"https:\/\/docs.unibell.tech\/index.php?rest_route=\/wp\/v2\/pages\/3582\/revisions"}],"predecessor-version":[{"id":3583,"href":"https:\/\/docs.unibell.tech\/index.php?rest_route=\/wp\/v2\/pages\/3582\/revisions\/3583"}],"wp:attachment":[{"href":"https:\/\/docs.unibell.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3582"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}