Get all Base Asset Tags
GET/api/v1/rawmodel/tags
Request
Header Parameters
Authorization string
Example: Bearer {YOUR_AUTH_KEY}
Content-Type string
Example: application/json
Accept string
Example: application/json
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
data object[]
{
"data": [
{
"name": "My custom tag"
},
{
"name": "Foo"
},
{
"name": "Bar"
}
]
}
Loading...