Cloud API v2.0TagsGet all Base Asset TagsGet all Base Asset TagsGET /api/v2/rawmodel/tagsRequestResponses200successapplication/jsonSchemaExample (from schema)Schemadata object[]Array [name string]{ "data": [ { "name": "My custom tag" }, { "name": "Foo" }, { "name": "Bar" } ]}Loading...