1. Threads
  2. List Threads
GET
/threads
curl --request GET \
     --url https://app.backboard.io/api/threads \
     --header 'X-API-Key: <api-key>' \
     --header 'authorization: <authorization>' \
     --header 'x_session_token: <x_session_token>'

​
Authorizations

X-API-Key
required
string
API Key authentication

​
Query Parameters

skip
default:0
integer
limit
default:100
integer
authorization
x_session_token

​
Response

application/json
  • 200

  • 422

Successful Response

Thread
object