collections
Get Collection
Get a specific collection for a user.
If collection_id is provided as a query parameter, it uses that (must match JWT collection_id). Otherwise, it uses the collection_id from the JWT token.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Collection ID to retrieve. If not provided, uses JWT token