GET
/api/v1/my/welcome-widget-tasks
curl \
--request GET 'https://api.plannrcrm.com/api/v1/my/welcome-widget-tasks' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "branding",
"type": "video",
"title": "Personalise your branding",
"description": "Let's make Plannr look like the rest of your company",
"is_complete": false,
"resource_url": "https://www.youtube.com/embed/7siXdMId640"
}