<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.safestamper.com/index.php?action=history&amp;feed=atom&amp;title=Browse%2Fstamp</id>
	<title>Browse/stamp - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.safestamper.com/index.php?action=history&amp;feed=atom&amp;title=Browse%2Fstamp"/>
	<link rel="alternate" type="text/html" href="https://wiki.safestamper.com/index.php?title=Browse/stamp&amp;action=history"/>
	<updated>2026-05-04T13:36:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.safestamper.com/index.php?title=Browse/stamp&amp;diff=15&amp;oldid=prev</id>
		<title>Adminwiki: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.safestamper.com/index.php?title=Browse/stamp&amp;diff=15&amp;oldid=prev"/>
		<updated>2023-10-17T11:27:26Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 07:27, 17 October 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Adminwiki</name></author>
	</entry>
	<entry>
		<id>https://wiki.safestamper.com/index.php?title=Browse/stamp&amp;diff=14&amp;oldid=prev</id>
		<title>api&gt;Admin at 08:11, 15 December 2016</title>
		<link rel="alternate" type="text/html" href="https://wiki.safestamper.com/index.php?title=Browse/stamp&amp;diff=14&amp;oldid=prev"/>
		<updated>2016-12-15T08:11:00Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Launches a certified web browsing session.&lt;br /&gt;
&lt;br /&gt;
This operation directly redirects to the session launching page, so it is not a server-to-server API operation.&lt;br /&gt;
You must build the request URL and redirect the user to that URL in a web browser.&lt;br /&gt;
&lt;br /&gt;
Once the user ends the browsing session, the user will be redirected to the specified bringback URL, that will receive the certificate code as a parameter. It can take some time to process de browsing session and build the certificate, you can call [[browse/status]] to check the status of a web browsing certificate.&lt;br /&gt;
&lt;br /&gt;
= URL =&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://www.safestamper.com/api/browse/stamp&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Parameters =&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;sharedkey&amp;#039;&amp;#039;&amp;#039;: Your API client shared key&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;authkey&amp;#039;&amp;#039;&amp;#039;: Authorization key&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;url&amp;#039;&amp;#039;&amp;#039;: The URL where the browsing session should start&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;type&amp;#039;&amp;#039;&amp;#039;: Type of browsing session&lt;br /&gt;
** &amp;#039;&amp;#039;web_snapshots&amp;#039;&amp;#039;: Browsing session with screen snapshots&lt;br /&gt;
** &amp;#039;&amp;#039;web_video&amp;#039;&amp;#039;: Browsing session with full audio/video recording&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;bringback&amp;#039;&amp;#039;&amp;#039;: URL where the user will be redirected after the browsing session is finished. See the [[#Bringback URL | Bringback URL]] section for details.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;signature&amp;#039;&amp;#039;&amp;#039;: Parameters signature, as explained in [[Signature parameter]]&lt;br /&gt;
&lt;br /&gt;
= Returns =&lt;br /&gt;
An HTML page that launches the browsing session&lt;br /&gt;
&lt;br /&gt;
= HTTP Errors =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;403&amp;#039;&amp;#039;&amp;#039; Forbidden, the sharedkey or signature are not valid&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;401&amp;#039;&amp;#039;&amp;#039; Unauthorized, the authkey is not valid &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;429&amp;#039;&amp;#039;&amp;#039; Your Safe Stamper user has no navigation credits available&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;430&amp;#039;&amp;#039;&amp;#039; Your Safe Stamper user has no storage space available&lt;br /&gt;
&lt;br /&gt;
= Example =&lt;br /&gt;
&lt;br /&gt;
This example launches a browsing session starting at https://www.safestamper.com and redirects the user to https://www.example.com/bringback on completion &lt;br /&gt;
&lt;br /&gt;
REQUEST:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
https://www.safestamper.com/api/browse/stamp&lt;br /&gt;
?sharedkey=5hmpod0d2vx7fnh6ysxab3olz&lt;br /&gt;
&amp;amp;authkey=115a88b6-7420-4837-b6e5-fd231b02b1cd&lt;br /&gt;
&amp;amp;url=https%3A%2F%2Fwww.safestamper.com&lt;br /&gt;
&amp;amp;type=web_snapshots&lt;br /&gt;
&amp;amp;bringback=https%3A%2F%2Fwww.example.com%2Fbringback&lt;br /&gt;
&amp;amp;signature=5edc8b14a1e0937238cace104a42e8a1096e05c1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Bringback URL = &lt;br /&gt;
&lt;br /&gt;
Once the browsing session is finished, the user will be redirected to the specified bringback URL.&lt;br /&gt;
&lt;br /&gt;
The following query string parameters will be appended to the bringback URL:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;code&amp;#039;&amp;#039;&amp;#039; Certificate code. You can use this code to check if the certificate has been completely processed calling [[browse/status]]&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;cancel&amp;#039;&amp;#039;&amp;#039; If this parameter is present with a &amp;#039;&amp;#039;true&amp;#039;&amp;#039; value, it indicates that the user cancelled the browsing session.&lt;/div&gt;</summary>
		<author><name>api&gt;Admin</name></author>
	</entry>
</feed>