GET
/
messages
/
threads
/
{accountId}
/
get-all
curl --request GET \
  --url https://api.a1base.com/v1/messages/threads/{accountId}/get-all \
  --header 'X-API-Key: <api-key>' \
  --header 'X-API-Secret: <api-key>'
{
  "status": "success",
  "data": [
    {}
  ]
}

Authorizations

X-API-Key
string
header
required
X-API-Secret
string
header
required

Headers

X-API-Key
string
required
X-API-Secret
string
required

Path Parameters

accountId
string
required

Response

200
application/json
All threads retrieved successfully
status
enum<string>
Available options:
success
data
object[]