Layouts
Get layout usage
Retrieves information about workflows that use the specified layout by its unique identifier layoutId
get/v2/layouts/{layoutId}/usage
Path parameters
layoutIdstring required
Headers
idempotency-keystring
A header for idempotency purposes
Response
OK
Example response
{
"workflows": [
{
"name": "Welcome Email",
"workflowId": "welcome-email"
}
]
}