queue
Preview upcoming slots
Returns the next N upcoming queue slot times for a profile as ISO datetime strings.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Query Parameters
profileIdstring
count?integer
Default
20Range
1 <= value <= 100Response Body
application/json
application/json
curl -X GET "https://getlate.dev/api/v1/queue/preview?profileId=string"{
"profileId": "64f0a1b2c3d4e5f6a7b8c9d0",
"count": 10,
"slots": [
"2024-11-04T09:00:00-05:00",
"2024-11-04T14:00:00-05:00",
"2024-11-06T09:00:00-05:00",
"2024-11-08T10:00:00-05:00",
"2024-11-11T09:00:00-05:00",
"2024-11-11T14:00:00-05:00",
"2024-11-13T09:00:00-05:00",
"2024-11-15T10:00:00-05:00",
"2024-11-18T09:00:00-05:00",
"2024-11-18T14:00:00-05:00"
]
}Empty
{
"error": "Unauthorized"
}Empty
Delete schedule DELETE
Delete a queue from a profile. Requires queueId to specify which queue to delete. If deleting the default queue, another queue will be promoted to default.
List conversations GET
Fetch conversations (DMs) from all connected messaging accounts in a single API call. Supports filtering by profile and platform. Results are aggregated and deduplicated. Supported platforms: Facebook, Instagram, Twitter/X, Bluesky, Reddit, Telegram.