Skip to main content
GET
List collections
Retrieve all collections in all workspaces you have access to. Automation API only. To filter to only published collections, use querystring ?published=true.

Authorizations

Authorization
string
header
required

Your Goody API key.

Query Parameters

page
integer
default:1

Page number for pagination (starts at 1)

Required range: x >= 1
per_page
integer
default:20

Number of collections to return per page (maximum 100)

Required range: 1 <= x <= 100
published
boolean

Return only published collections when true

Response

200 - application/json

Collections retrieved successfully

data
object[]
list_meta
object