Mark an information action as read
Acknowledge that the end-user has read the information message identified by the URL. Both cue_id and secret are obtained from the action’s resolution_link.url; the secret is a signed token bound to a member and expires 1 hour after it is issued.
Once acknowledged, the cue is marked as done and no longer appears in the device’s actions list. The body is optional and accepts location / client_info for tracing.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The cue ID
Query Parameters
Signed secret authorising the caller for this cue
Body
Body shape for resolving an action whose code is information. The body is optional.
Response
OK
Response shape for resolving an action whose code is information.
ID of the action whose read was recorded.
