v1.0.0
OpenAPI 3.1.0
List snippets
Client Libraries
US region
Returns a list of snippets in your workspace. Snippets are pieces of reusable content, like a common footer for your emails.
curl https://api.customer.io/v1/snippets \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"snippets": [
{
"name": "address",
"value": "<strong>My Company</strong></br>1234 Fake St<br/>Fake,NY<br/>10111",
"updated_at": 1582500000
}
]
}Returns an array of snippets.