API Reference

GET recent/Z (Outboard)

GET
recent/Z

GET operation for recent/Z

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Response Body

application/json

curl -X GET "https://dev-rest.onboard.io/recent/Z"
{
  "message_text": "string",
  "message_html": "string",
  "created_at": "string",
  "commenter": "string",
  "mentioned_users": "string",
  "attachments": "string",
  "roadmap": "string",
  "task": "string"
}
Empty
Empty
Empty

How is this guide?