Retrieve all albums the caller has access to
GET/album/getAlbums
Authentication
Include your API key in the
x-api-key header on every request.Query parameters
limitinteger≥ 1≤ 64default: 32cursorstringsearchstringrelationship"Admin" | "Participant"A user's relationship to an album
Response · 200 Albums retrieved successfully
dataArray<Album>requiredobject
albumIdstringrequirednamestringmin 1max 40ownerIdstringshareUrlstringA URL that can be shared with others to view the album. This URL is static and will always point to the album. You can safely cache this URL for future use.
numPhotosintegerThe number of photos in the album
numParticipantsintegerThe number of participants in the album (inclusive of the album owner)
cursorstringA cursor to be used in subsequent requests to retrieve the next page of results. If this is `{}`, there are no more results to retrieve.
warningsArray<string>string