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"
}
}{
"status": "401",
"logged": false,
"data": {
"message": "Authorization reqired"
}
}Last updated
Was this helpful?