Start with API
Our API is simple to start with, Utilize this api to test your tracking link direcly on your servers, this API is ment for server-to-server, so make sure you don't use this on client side (browser).
Last updated
Was this helpful?
Our API is simple to start with, Utilize this api to test your tracking link direcly on your servers, this API is ment for server-to-server, so make sure you don't use this on client side (browser).
Last updated
Was this helpful?
Base endpoint : https://verifylink.io
POST
/api/v1
The request should be a POST with the appropriate headers and body in raw format.
Headers
Content-Type
true
application/json
apiKey
true
xxxxx-xxxxxxx-xxxxxx
Body
url
string
true
https://example.com/offer?id=123
os
string
true
android or ios or desktop
version
string
true
This is OS version, it should be 13 if you want Android 13 or 17.5 if you want IOS 17.5
country
string
true
it should be two-letter country codes of country, for eg : US, GB
state
string
false
This should be state code, for New York, it should be NY
city
string
false
This should be city name in small characters for eg : newyork
zipcode
string
false
This should be valid zip code, for eg : 10013
isScreenshot
boolean
false
This should be either true or false
Note : If you set "isScreenshot" to true, each request will cost 10 credits. Only enable this option if necessary.
Response