Skip to main content

Find collection

Finds a collection by its ID.

GET https://api.cogfy.com/collections/:collectionId

Path params

  • collectionId: The ID of the collection to find.

Example JSON response

{
"id": "a42666d9-98b1-43d4-a997-4e0543a3d824",
"name": "My collection"
}