FoxHat
  1. BackEnd APIs
FoxHat
  • 👋Introduction
  • 🌐Browser SDK
  • 🤖Android SDK
  • 😀Flutter SDK
  • 🍎Ios SDK (Soon!)
  • BackEnd APIs
    • Verify Token
      POST
    • Link
      POST
  1. BackEnd APIs

Verify Token

POST
/api/v1/event3
pet

Request

Header Params
x-authorization
string 
optional
Example:
Secret Key
Body Params application/json
token
string 
required
Example
{
    "token": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.foxhat.org/api/v1/event3' \
--header 'x-authorization: Secret Key' \
--header 'Content-Type: application/json' \
--data-raw '{
    "token": "string"
}'

Responses

🟢200OK
application/json
Body
error
string 
required
pass
boolean 
required
Example
{
    "legal": true,
    "goodBot": false,
    "data": {
        "device_id": "537e0a27a4052f9ac85afcf4262d4a",
        "browserName": "Chrome",
        "platform": "Win32"
    }
}
🟠400Bad Request
Modified at 2024-11-22 01:01:56
Previous
🍎Ios SDK (Soon!)
Next
Link
Built with