Get list of individual tags

GET /api-v1/tag/individual

Headers

Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
  • 400 Bad Request

  • 401 Unauthorized

  • 403 Access Denied

  • 404 Not Found

  • 500 Internal Server Error

GET /api-v1/tag/individual
curl \
 --request GET 'https://wyzio.app/api-v1/tag/individual' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "id": 42,
    "name": "string"
  }
]