Check Source

Authorize this API call by including Authorization header that contains the word 'Basic' followed by a space and a base64-encoded string 'appid:rhkey' i.e. 'Basic base64(appid:rhkey)'

Check request source

This endpoint helps you check for your server's IP

POST {{baseUrl}}/

Headers

Name
Type
Description

Basic*

String

Basic base64(appid:rhkey)

{
    "status": "200",
    "log": "True",
    "data": {
        "message": "Source Retrieved",
        "source": "xxx.xxx.xxx.xxx"
    }
}

Good to know: it is crucial to provide Rootshive with your server's IP address for whitelisting purposes so that only withdrawal requests from that specific IP address are authorized.

Last updated

Was this helpful?