How to configure lead transfer via API?
All our landing pages are already configured for lead transfer via API; you just need to add the offer to your account and then download the landing page or create a flow and download it.

You can send your landing page to us (as an archive or a link) and we will add it to the system (privately for you, if desired), and then you will be able to download it already configured.
You can also configure your own landing page to transfer leads to us via API - all the necessary documentation is available at the link https://onecrypt.link/help/api/ .

It is important to verify the correctness of the setup with a test lead.
Read more about testing a link: guide
Important points regarding crypto integration are listed below:
Required fields to pass:
key
offer_id
phone country
ip_address
email
sub5 (pass the value 0)

parameters to receive from us:
comment
and autologin_url

transmission method POST

Your connection details:
Webmaster ID:
KEY:
OFFER ID: 14246 (use this value if you are using a test offer for setup, or substitute the actual ID of your offer)
Status (status):
new - indicates the lead is currently being processed.
cancelled - indicates the lead has been rejected or canceled.
holded - indicates the lead is approved but is currently in the hold period.
confirmed - indicates the lead has been successfully approved and finalized.
Call status - sent in the "comment" parameter in the lead log, or via postback.
n/a, call back/duplicate
You are already registered in our system.
There was an error processing your request, please try again later.
and similar messages.
Invalid leads and duplicates
are moved to cancelled status; a duplicate is rejected immediately.
Response code 200 Success - means that the lead was successfully accepted by our CRM and sent to the broker. If the broker's response is duplicate / You are already registered in our system.
the lead is rejected to cancelled status
this information is passed in the "comment" parameter. Also, check the "error" parameter for cases where the lead is not accepted by the broker.
"error": "Lead sending error to the advertiser"

autologin - verified by us on test leads before launch.
(It may not work if you overwrite the link received from us and output your own; you need to check for errors during link substitution.)