GET
/
v1
/
collection
curl --request GET \
  --url https://api.wetrocloud.com/v1/collection/ \
  --header 'Authorization: <api-key>'
{
  "count": 5,
  "next": null,
  "previous": null,
  "results": [
    {
      "collection_id": "175af194-2784-4090-bcec-cefe56ddd222",
      "created_at": "2024-12-07T12:23:03.196238Z"
    },
    {
      "collection_id": "4fdb1296-adc8-463c-834d-b76c3831e1f0",
      "created_at": "2024-11-24T14:59:24.047852Z"
    },
    {
      "collection_id": "0873619c-bf1c-41e0-9e92-f14ebc9d6a4a",
      "created_at": "2024-11-24T14:36:16.759668Z"
    },
    {
      "collection_id": "3235da7c-bff9-4a55-8478-ffa0fa1172d8",
      "created_at": "2024-11-17T18:58:41.199564Z"
    },
    {
      "collection_id": "da43a055-d064-4d38-8feb-783ad2b3fce2",
      "created_at": "2024-11-16T13:10:18.679598Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Response

200
application/json
OK

The response is of type object.