Tricht Data

These endpoints are dedicated to retrieve proxy authentication.

Proxy

Retrieve proxy.

HTTP Request
Request type

GET

Endpoint

https://api.datenly.com/api/trichtdata/proxy/auth

Response Parameters
Parameter Type Description
status Boolean Processing status of your request
host String Proxy host
port int Proxy port
username String Proxy username
password String Proxy password
Read how specific countries and sessions
Example
Request
curl 'https://api.datenly.com/api/trichtdata/proxy/auth' \
-H "Authorization: <token>"
Response