Retrieve a tag
GET https://{{subdomain}}.commercelayer.io/api/tags/{{tag_id}}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Authorization | string | 
RESPONSES
status: OK
{"data":{"id":"xYZkjABcde","type":"tags","links":{"self":"https://yourdomain.commercelayer.io/api/tags/xYZkjABcde"},"attributes":{"name":"new_campaign","created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{},"meta":{"mode":"test"}}}