Skip to main content
GET
/
v1
/
templates
List templates
curl --request GET \
  --url https://senderkit.com/api/v1/templates \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "slug": "<string>",
      "description": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.senderkit.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key with an sk_live_ or sk_test_ prefix.

Response

All templates in the workspace.

data
object[]
required