Retrieve a list of all topics.
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"
}
]