πΊοΈLocation Authentication
post
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer
Body
latitudestring | nullableOptional
longitudestring | nullableOptional
Responses
200
Success
400
Bad Request
post
/api/v1/authentication/CheckLocationWithRange/CheckLocationInfoPOST /api/v1/authentication/CheckLocationWithRange/CheckLocationInfo HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 38
{
"latitude": "text",
"longitude": "text"
}{
"status": 0
}Last updated