Ping

Ping

GET https://threads.com/api/public/ping

Test Authentication

Example Request

curl \
  -H "Authorization: Bearer ABcD-ur5d6WK5lWZFKF3cKwp" \
  -H "Content-Type: application/json" \
  -X GET https://threads.com/api/public/ping 

Example Response

{
  "ok": true,
  "result": {
    "name": "my-bot",
    "organization": "My Inc."
  }
}