curl --request GET \
--url https://giftmio.com/api/extension/v1/790402d2-0406-45fb-88d0-d06a8eb520d8/catalog/ \
--header 'authorization: Token <token>'
curl --request GET \
--url 'https://giftmio.com/api/extension/v1/790402d2-0406-45fb-88d0-d06a8eb520d8/catalog/?limit=10&offset=20&country=DE&country=FR' \
--header 'authorization: Token <token>'
curl --request GET \
--url 'https://giftmio.com/api/extension/v1/790402d2-0406-45fb-88d0-d06a8eb520d8/catalog/?search=allegro' \
--header 'authorization: Token <token>'
{
"count": 28967,
"next": "http://giftmio.com/api/extension/v1/790402d2-0406-45fb-88d0-d06a8eb520d8/catalog/?limit=15&offset=15",
"previous": null,
"limit": 15,
"offset": 0,
"results": [
{
"offer_id": "7a470a38-06ed-4efc-a71e-7a78be1729cc",
"name": "OneTravel",
"image": "https://cdn.giftmio.com/offer/29081-f6c74a279c495249.svg",
"link": "https://giftmio.com/offer/onetravel/",
"traffic_url": "https://rzekl.com/g/ndskfhsx7d3f495cd53ff212f8373f/?subid=790402d2-0406-45fb-88d0-d06a8eb520d8",
"cashback_size": "12.5 USD",
"countries": [
"CA",
"US"
],
"domains": [
"onetravel.com"
]
},
...
]
}
curl --request POST \
--url https://giftmio.com/api/extension/v1/790402d2-0406-45fb-88d0-d06a8eb520d8/mass_search/ \
--header 'Content-Type: application/json' \
--header 'authorization: Token <token>' \
--data '{
"urls": [
"https://www.nike.sa/en/metcon-1-og/NKFQ1854-C.html",
"https://allegro.pl/oferta/kfd-premium-creatine-500-g-kreatyna-monohydrat-zielone-jablko-15745249131"
]
}'
[
{
"url": "https://www.nike.sa/en/metcon-1-og/NKFQ1854-C.html",
"offer": null
},
{
"url": "https://allegro.pl/oferta/kfd-premium-creatine-500-g-kreatyna-monohydrat-zielone-jablko-15745249131",
"offer": {
"offer_id": "a4268fe6-5d8d-4240-a7c5-1cd7c6746597",
"name": "Allegro",
"image": "https://cdn.giftmio.com/offer/a5e7294bc4e2472bfc21e38c3e75afd1.gif",
"link": "https://giftmio.com/offer/allegro/",
"traffic_url": "https://tatrck.com/redir/clickGate.php?u=u68EH62H&p=DA76emCJ4o&m=30&url=https%3A%2F%2Fallegro.pl%2Foferta%2Fkfd-premium-creatine-500-g-kreatyna-monohydrat-zielone-jablko-15745249131&s=790402d2-0406-45fb-88d0-d06a8eb520d8",
"cashback_size": "1.45%",
"countries": [
"PL"
],
"domains": [
"allegro.pl"
]
}
}
]
curl --request GET \
--url https://giftmio.com/api/extension/v1/790402d2-0406-45fb-88d0-d06a8eb520d8/profile/ \
--header 'authorization: Token <token>'
{
"is_registered": true,
"public_uuids": [
"790402d2-0406-45fb-88d0-d06a8eb520d8"
]
}
https://giftmio.com/sso/login/?ex_uuid=<uuid>
https://giftmio.com/sso/register/?ex_uuid=<uuid>
https://giftmio.com/sso/login/?ex_uuid=790402d2-0406-45fb-88d0-d06a8eb520d8
https://giftmio.com/sso/register/?ex_uuid=790402d2-0406-45fb-88d0-d06a8eb520d8