cURL
curl --request GET \ --url https://api.panora.dev/ticketing/tags \ --header 'x-connection-token: <x-connection-token>'
{ "message": "<string>", "error": "<string>", "statusCode": 123, "data": { "name": "<string>", "field_mappings": {}, "id": "<string>", "remote_id": "<string>", "remote_data": {} } }
List all tags in any Ticketing Platform using this endpoint
The connection token
Set to true to include data from the original Ticketing software.
The response is of type object.
object