Skip to content
Discussion options

You must be logged in to vote

Your reading of the spec was right, and the spec was the problem. Answers first,
then something new to try.

What a page is. Page and dashboard are the same thing; "page" is the older
internal name that leaked into the API. The id is the slug in its URL: open a
dashboard and you'll be at /pages/<page_id>, and that string is what
/api/v1/push wants.

Why it couldn't do what you asked. /api/v1/push re-renders a saved
dashboard
. There is no image parameter and no way to add one, so for a
one-off picture it was the wrong endpoint and you weren't missing a trick.
There was a way to do it, through the Companion API used by the iOS app, but
that isn't in the public spec, so you had no way to find …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@haarts
Comment options

haarts Aug 16, 2026
Author Sponsor

@dmellok
Comment options

@haarts
Comment options

haarts Aug 16, 2026
Author Sponsor

@dmellok
Comment options

@haarts
Comment options

haarts Aug 16, 2026
Author Sponsor

Answer selected by haarts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants