Get Organization Tag
GET {{baseUrl}}/v1/organization-tag/:uid
Gets organization tag
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"uid":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","organizationUid":"\u003cstring\u003e","name":"\u003cstring\u003e","color":"\u003cstring\u003e","parentTagUid":"\u003cstring\u003e"}