Skip to main content
GET
/
api
/
v1
/
registry
/
list
cURL
curl --request GET \
  --url https://dash.betteruseblockchain.com/api/v1/registry/list \
  --header 'Authorization: Bearer <token>'
{
  "message": "Success",
  "data": {
    "items": [
      {
        "id": "<string>",
        "title": "<string>",
        "type": "<string>",
        "status": "<string>",
        "created_at": "2023-11-07T05:31:56Z"
      }
    ],
    "pagination": {
      "total": 123,
      "per_page": 123,
      "current_page": 123,
      "last_page": 123,
      "has_more_pages": true
    }
  }
}

Authorizations

Authorization
string
header
required

Query Parameters

folder_id
string
limit
integer
Example:
order_by
string
Example:

Response

message
string
Example:
data
object