Link Test

Find hops or redirect of a link

POST https://panel.offersoptimize.com/api/v2/test

Headers

Name
Type
Description

x-api-key

string

{api-key}

Request Body

Name
Type
Description

callback_url

string

System will Post the test result to this URL

link

string

URL eg: https://www.google.com

country

string

Country Code eg: IN, US

os_version

string

e.g 9.0, 10.0

platform

string

Platform name to test from Valid platform name: android_phone, android_tablet, ios_iphone, ios_ipad, windows_desktop

city

string

eg. delhi

isp

string

ISP ASN Code eg: 55836

Sample Request Body

Sample CURL Request

POST https://panel.offersoptimize.com/api/v2/bulk-test

You can test maximum 50 link in single request.

Headers

Name
Type
Description

x-api-key

string

{api-key}

Request Body

Name
Type
Description

callback_url

string

System will Post the test result to this URL.

tests

array

Array of link test objects

TestCase object is same as single link test body params as above shown.

Sample Bulk Test Request Body

TestCase object Description.

Sample CURL Request

Last updated

Was this helpful?