Sazabi
APIThreads

List thread share links

GET
/threads/{threadId}/share

List active public share links for a thread.

Path Parameters

threadId*string

Thread ID to list public snapshots for.

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/threads/497f6eca-6276-4993-bfeb-53cbbbba6f08/share"
{  "shares": [    {      "shareId": "6a9e781b-5ee2-4314-8665-1c09eed0443a",      "threadId": "51f72284-0555-48fe-a20a-4369ee94dc3e",      "url": "string",      "createdAt": "2019-08-24T14:15:22Z"    }  ]}