Server Listing Category
Provides access to server listing categories, used for organizing and filtering server listings.
Server Listing Category object
Attributes
object
Stringid
StringThe unique identifier of the server listing category
name
StringThe human-readable name of the category
slug
StringA URL-safe identifier for the category
description
StringA description of what the category represents
created_at
DateTimestamp when the category was created
updated_at
DateTimestamp 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
NumberOptionalafter
StringOptionalbefore
StringOptionalcursor
StringOptionalorder
EnumOptionalGEThttp://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
StringThe 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_..."