List tags attached to a resource
Masters
List tags attached to a resource
Returns all tags currently attached to a specific resource (e.g. GET /tags/order/ord_abc123).
The resourceType path parameter accepts: account, product, order, invoice, return,
purchase_order, vendor_bill, contact. Returns an empty array if no tags are attached.
Requires settings:read scope.
GET
List tags attached to a resource
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_
Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Path Parameters
Available options:
order, account, product, return, package Response
List of resource-tag associations

