API ReferenceEmail
List Email Threads
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Query Parameters
status?unknown
Filter by status
Value in
"active" | "resolved" | "archived"limit?integer
Number of results
Default
50Range
-9007199254740991 <= value <= 100offset?integer
Pagination offset
Default
0Range
0 <= value <= 9007199254740991Response Body
application/json
curl -X GET "https://samva.app/api/v1/email/threads"{
"threads": [
{
"id": "string",
"title": "string",
"status": "string",
"messageCount": 0,
"participantCount": 0,
"lastActivityAt": "2019-08-24T14:15:22Z",
"startedAt": "2019-08-24T14:15:22Z",
"participants": [
{
"participantId": "string",
"participantType": "string",
"role": "string"
}
]
}
],
"total": 0
}