cURL
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>" ] } }
Get details for a specific thread
Thread details retrieved successfully
The response is of type object.
object