Description:
Check the access from authorized domain.

URL: api/v1/check-url

Parameters:

Name Data Type Required / Optional Description
url String Required Domain name of your application

HTTP Method: GET

Response Format: JSON

Response:
Returns JSON which contains below response

Success Response:

 
{
"result": "success"
}

Possible Errors/Failures:

 
{
"result": "fails"
}
{
"error": "Undefined variable: s"
}

Leave a Reply

Your email address will not be published. Required fields are marked *