Skip to main content
GET
/
api
/
admin
/
types
Get types
curl --request GET \
  --url https://{cluster_id}.on-hellgate.cloud/api/admin/types \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z",
      "name": "<string>",
      "schema": {}
    }
  ],
  "links": {
    "next": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer
default:20

The limit parameter defines the maximum number of rows returned in a single call and enables consecutive pagination using the next link provided in the response payload.

Required range: 1 <= x <= 100

Response

Success response

data
object[]
required