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

Link

POST
/api/v1/link
pet

Request

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

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/link' \
--header 'x-authorization: Secret Key' \
--header 'Content-Type: application/json' \
--data-raw '{
    "token": "string",
    "link": "string",
    "max": 0
}'

Responses

🟢200OK
application/json
Body
error
string 
required
pass
boolean 
required
Example
{
  "legal": true,
  "goodBot": false,
  "data": null
}
🟠400Bad Request
Modified at 2024-11-22 01:03:50
Previous
Verify Token
Built with