Create custom activity types and write new activity onto accounts.
Last updated 18 hours ago
Was this helpful?
Get custom activity types
GET /activity-types HTTP/1.1 Host: api.usepylon.com Authorization: Bearer JWT Accept: */*
{ "data": [ { "icon_url": "text", "id": "text", "label": "text", "slug": "text" } ], "pagination": { "cursor": "text", "has_next_page": true }, "request_id": "text" }