messages
Get conversation
Retrieve details and metadata for a specific conversation. Requires accountId query parameter.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
conversationIdstring
The conversation ID (id field from list conversations endpoint). This is the platform-specific conversation identifier, not an internal database ID.
Query Parameters
accountIdstring
The social account ID
Response Body
application/json
application/json
curl -X GET "https://getlate.dev/api/v1/inbox/conversations/string?accountId=string"{
"data": {
"id": "string",
"accountId": "string",
"accountUsername": "string",
"platform": "string",
"status": "active",
"participantName": "string",
"participantId": "string",
"lastMessage": "string",
"lastMessageAt": "2019-08-24T14:15:22Z",
"updatedTime": "2019-08-24T14:15:22Z",
"participants": [
{
"id": "string",
"name": "string"
}
],
"instagramProfile": {
"isFollower": true,
"isFollowing": true,
"followerCount": 0,
"isVerified": true,
"fetchedAt": "2019-08-24T14:15:22Z"
}
}
}{
"error": "Unauthorized"
}Empty
Empty