Snippets
List snippets
Returns a list of snippets in your workspace. Snippets are pieces of reusable content, like a common footer for your emails.
get/v1/snippets
Response
Returns an array of snippets.
Example response
{
"snippets": [
{
"name": "address",
"value": "<strong>My Company</strong></br>1234 Fake St<br/>Fake,NY<br/>10111",
"updated_at": 1582500000
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.