cURL
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": [ {} ] }
Get all threads for an account
Documentation IndexFetch the complete documentation index at: https://docs.a1base.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.a1base.com/llms.txt
Use this file to discover all available pages before exploring further.
All threads retrieved successfully
success