Get all Base Asset Tags
GEThttps://api.rapidcompact.com/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"
}
]
}
Authorization: http
name: defaulttype: httpscheme: bearerdescription:
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://api.rapidcompact.com/api/v1/rawmodel/tags' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear