Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

List curation sources

GET
/api/v3/curations/sources
curl --request GET \
--url 'https://api.tryletterhead.com/api/v3/curations/sources?api=true' \
--header 'Authorization: Bearer <token>'

Returns the distinct site names (β€œsources”) the company’s curations were saved from, each paired with a display label. Use a returned siteName in List curations’ sources[] filter.

api
required
boolean

Required. Set to true to authenticate with your company API key rather than a signed-in session.

keyword
string

Filter sources by name.

count
integer

Page size. Defaults to returning every source.

page
integer
type
integer

Restrict to sources of one curation type (see List curations’ type field).

200 OK β€” a bare array, not wrapped in items/message/total.

Media type application/json
Array<object>
object
siteName
string
displayLabel
string
Example
[
{
"siteName": "example.com",
"displayLabel": "Example Daily"
}
]

Still can’t find what you need? Contact support.