cURL
curl --request GET \ --url https://api.wapikit.com/api/organization/tags
{ "tags": [ { "label": "<string>", "uniqueId": "<string>" } ], "paginationMeta": { "page": 123, "per_page": 123, "total": 123 } }
returns all organization tags
number of records to skip
max number of records to return per page
sorting order
asc
desc
organization tags list
The response is of type object.
object
Was this page helpful?