Get Destination Tags

Sample calls

curl --request GET \
     --url https://api.bigpanda.io/resources/v2.0/tags?source_system=api.test \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'accept: application/json'
curl --request GET \
     --url https://eu-api.bigpanda.io/resources/v2.0/tags?source_system=api.test \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'accept: application/json'
curl --request GET \
     --url https://api.bigpanda.io/resources/v2.0/tags?page=1&page_size=3 \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'accept: application/json'
curl --request GET \
     --url https://eu-api.bigpanda.io/resources/v2.0/tags?page=1&page_size=3 \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'accept: application/json'
Language