cURL
curl --request GET \ --url https://app.pnta.io/api/v1/topics \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "<string>", "id": "<string>" } ], "pagination": { "count": 123, "page": 123, "pages": 123, "from": 123, "to": 123, "last": 123 } }
Returns a paginated list of topics for the current project
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Number of items per page (default: 20, max: 100)
Page number (default: 1)
success
Show child attributes