Skip to main content
GET
/
library
Get User's Template Library
curl --request GET \
  --url https://senderr.dev/api/v1/library \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "templates": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "name": "Welcome Email Template",
      "description": "Perfect for onboarding new users with a warm, professional welcome message.",
      "is_public": true,
      "price": 0
    }
  ]
}

Authorizations

Authorization
string
header
required

Use your API key from the dashboard. Format: Bearer your-api-key-here

Response

Successfully retrieved user's template library

success
boolean
Example:

true

templates
object[]