Server Listing Collection
Read and write server listing collection information
Server Listing Collection object
Attributes
object
Stringid
StringThe unique identifier of the server listing collection
name
StringThe human-readable name of the collection
slug
StringA URL-safe identifier for the collection
description
StringA description of what the collection represents
created_at
DateTimestamp when the collection was created
updated_at
DateTimestamp when the collection was last updated
{"object": "server_listing.collection"}
List server listing collections
List all server listing collections
Query Parameters
limit
NumberOptionalafter
StringOptionalbefore
StringOptionalcursor
StringOptionalorder
EnumOptionalGEThttp://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
StringThe 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_..."