Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.craftkit.dev/v1/renders/{id}/shares \ --header 'Authorization: Bearer <token>'
{ "shares": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "shareToken": "<string>", "shareUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z", "recipientEmail": "jsmith@example.com", "message": "<string>", "expiresAt": "2023-11-07T05:31:56Z", "revokedAt": "2023-11-07T05:31:56Z" } ] }
List all share links for a render (revoked shares included).
Project API key (ck_live_… or ck_test_…) presented as a bearer token. For embed partner endpoints this is the partner secret key, which is the same credential type.
ck_live_…
ck_test_…
The render id.
Shares for the render.
Show child attributes