Provider Collections
A collection is a curated set of providers like 'Featured', 'Most Popular', or 'New Arrivals'.
Provider Collections object
Attributes
object
StringString representing the object's type
id
StringUnique collection identifier
name
StringDisplay name of the collection
description
StringDescription of the collection
slug
StringURL-friendly identifier
created_at
DateTimestamp when created
updated_at
DateTimestamp when last updated
{"object": "provider.listing_collection","id": "pco_6pQrStUvWxYzAbCd","name": "CRM Integrations","description": "Providers for customer relationship management","slug": "crm","created_at": "2025-09-15T10:30:00.000Z","updated_at": "2026-01-10T14:45:00.000Z"}
List provider collections
Returns a paginated list of provider collections.
Query Parameters
limit
NumberOptionalMaximum number of items to return (1-100)
after
StringOptionalReturn items after this ID
before
StringOptionalReturn items before this ID
cursor
StringOptionalPagination cursor from a previous response
order
EnumOptionalSort order for results
id
UnionOptionalFilter by collection ID(s)
provider_id
UnionOptionalFilter by provider ID(s)
provider_listing_id
UnionOptionalFilter by provider listing ID(s)
curl -X GET "https://api.metorial.com/provider-collections" \-H "Authorization: Bearer metorial_sk_..."
Get provider collection
Retrieves a specific provider collection by ID.
URL Parameters
provider_collection_id
StringThe unique identifier for the provider_collection
curl -X GET "https://api.metorial.com/provider-collections/pro_Rm4Mnheq2bfEPhBhP7SY" \-H "Authorization: Bearer metorial_sk_..."