pet
Request
Body Params application/json
{
"token": "string",
"link": "string",
"max": 0
}
Request samples
curl --location --request POST 'https://api.foxhat.org/api/v1/link' \
--header 'x-authorization: Secret Key' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
application/json {
"legal": true,
"goodBot": false,
"data": null
}
Modified at 2024-11-22 01:03:50