curl --request GET \
--url https://api.lettermint.co/v1/projects \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"smtp_enabled": true,
"routes_count": 123,
"domains_count": 123,
"team_members_count": 123,
"last_28_days": {
"messages_transactional": 123,
"messages_broadcast": 123,
"messages_inbound": 123,
"deliverability": 123
},
"created_at": "<string>",
"updated_at": "<string>"
}
],
"path": "<string>",
"per_page": 123,
"next_cursor": "<string>",
"next_page_url": "<string>",
"prev_cursor": "<string>",
"prev_page_url": "<string>"
}curl --request GET \
--url https://api.lettermint.co/v1/projects \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"smtp_enabled": true,
"routes_count": 123,
"domains_count": 123,
"team_members_count": 123,
"last_28_days": {
"messages_transactional": 123,
"messages_broadcast": 123,
"messages_inbound": 123,
"deliverability": 123
},
"created_at": "<string>",
"updated_at": "<string>"
}
],
"path": "<string>",
"per_page": 123,
"next_cursor": "<string>",
"next_page_url": "<string>",
"prev_cursor": "<string>",
"prev_page_url": "<string>"
}Team API token. Find this in your team settings.
Available sorts are name, created_at. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -name.
The number of results that will be returned per page.
The cursor to start the pagination from.
Paginated set of ProjectListData
Show child attributes
Base path for paginator generated URLs.
Number of items shown per page.
The "cursor" that points to the next set of items.
The "cursor" that points to the previous set of items.