cURL
curl --request GET \ --url https://api.orgnise.in/collections \ --header 'Authorization: Bearer <token>'
[ { "id": "1", "name": "My Collection", "object": "collection", "createdAt": "2021-01-01T00:00:00.000Z", "updatedAt": "2021-01-01T00:00:00.000Z", "team": "some-team-id", "workspace": "some-workspace-id", "meta": { "title": "My Collection", "slug": "my-collection" } } ]
Retrieve a list of collections of the workspace.
Default authentication mechanism
The slug of the team.
The slug of the workspace.
A list of collections
The response is of type object[].
object[]
Was this page helpful?