Skip to main content
GET
/
v1
/
renders
/
{id}
/
shares
List share links
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

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.

Path Parameters

id
string<uuid>
required

The render id.

Response

Shares for the render.

shares
object[]
required