cURL
curl --request GET \ --url https://app.sajn.se/api/v1/tags \ --header 'authorization: <authorization>'
{ "tags": [ { "id": "<string>", "name": "<string>", "color": "<string>", "availableFor": [ "<string>" ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "totalPages": 123 }
Retrieve a paginated list of all tags in your organization.
Tags help organize and categorize documents, templates, and contacts.
Pagination: Use ‘page’ and ‘perPage’ query parameters.
Bearer token for API authentication
200
Show child attributes
Was this page helpful?