Highlights
APIs for adding highlights on accounts.
The {account_id} parameter accepts either:
Internal account ID (UUID format)
External ID (any string format)
Authorization: Bearer
The ID or external ID of the account that the highlight belongs to.
The HTML content for this highlight.
Optional RFC3339 timestamp of when this highlight will expire.
The {account_id} parameter accepts either:
Internal account ID (UUID format)
External ID (any string format)
Authorization: Bearer
The ID of the highlight to update.
The ID or external ID of the account that the highlight belongs to.
The updated HTML content for this highlight.
The updated expires at timestamp (RFC3339).
The {account_id} parameter accepts either:
Internal account ID (UUID format)
External ID (any string format)
Authorization: Bearer
The ID or external ID of the account that the highlight belongs to.
The ID of the highlight to delete.
Last updated
Was this helpful?

