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
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Collection ID to retrieve. If not provided, uses JWT