curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/entities/drafts
Entity Endpoints
Fetch Drafts
Get the authenticated user’s draft entities
GET
/
:projectId
/
api
/
v7
/
entities
/
drafts
Fetch Drafts
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/entities/drafts
Returns a paginated list of draft entities belonging to the authenticated user. Drafts are invisible to all other users and excluded from all other entity list endpoints until published.Authentication required.