Server Listing Category

Provides access to server listing categories, used for organizing and filtering server listings.

Server Listing Category object

Attributes

object

String

id

String

The unique identifier of the server listing category

name

String

The human-readable name of the category

slug

String

A URL-safe identifier for the category

description

String

A description of what the category represents

created_at

Date

Timestamp when the category was created

updated_at

Date

Timestamp when the category was last updated

{
"object": "server_listing.category"
}

List server listing categories

Returns a list of all available server listing categories.

Query Parameters

limit

NumberOptional

after

StringOptional

before

StringOptional

cursor

StringOptional

order

EnumOptional
GEThttp://api.metorial.comserver-listing-categories
curl -X GET "https://api.metorial.comserver-listing-categories" \
-H "Authorization: Bearer metorial_sk_..."

Get server listing category

Returns information for a specific server listing category.

URL Parameters

server_listing_category_id

String

The unique identifier for the server_listing_category

GEThttp://api.metorial.comserver-listing-categories/:server_listing_category_id
curl -X GET "https://api.metorial.comserver-listing-categories/ser_Rm4Mnheq2bfEPhBhP7SY" \
-H "Authorization: Bearer metorial_sk_..."