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. Must be a valid UUID.

Response

Example JSON response:

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