Server Listing Collection

Read and write server listing collection information

Server Listing Collection object

Attributes

object

String

id

String

The unique identifier of the server listing collection

name

String

The human-readable name of the collection

slug

String

A URL-safe identifier for the collection

description

String

A description of what the collection represents

created_at

Date

Timestamp when the collection was created

updated_at

Date

Timestamp when the collection was last updated

{
"object": "server_listing.collection"
}

List server listing collections

List all server listing collections

Query Parameters

limit

NumberOptional

after

StringOptional

before

StringOptional

cursor

StringOptional

order

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

Get server listing collection

Get the information of a specific server listing collection

URL Parameters

server_listing_collection_id

String

The unique identifier for the server_listing_collection

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