Implementation
Implement CookieID Share into your systems.
Last updated
Implement CookieID Share into your systems.
Last updated
Just everyone can make a request to the CookieID API for getting the data of a share. The only thing you need is the token.
The URL of the API is as following:
For the demonstration i will use Hoopscotch to get the data. We will send a POST request will following configuration:
So now we will click "Send", if it doesn't work - use the Proxy option.
The response is a JSON body which should look like this:
So this is the way to get the Share-Data with a POST request.
Please mind: The QR Codes are build as following.
So if you scan the Code and don't want to get the visual presentation in the Browser, you need to extract the TOKEN from the URL and use it to make the API request.