Get details for a specific thread
curl --request GET \ --url https://api.a1base.com/v1/messages/threads/{accountId}/get-details/{threadId} \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Secret: <api-key>'
{ "status": "success", "data": { "account_id": "<string>", "chat_id": "<string>", "chat_name": "<string>", "participants": [ "<string>" ] } }
success
Show child attributes