Responses

  • List of topics

    Hide response attributes Show response attributes array[object]
    • code string

      The topic code

    • name string

      The name of the topic

GET /api/v1/topics
curl \
 -X GET https://app.fridaypulse.com/api/v1/topics \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "code": "team-relationships",
    "name": "Team relationships"
  }
]
Response examples (200)
[
  {
    "code": "string",
    "name": "string"
  }
]