swshswshPublic API
Download OpenAPIView raw

Retrieve a specific album

GET/album/getAlbum

Authentication

Include your API key in the x-api-key header on every request.

Query parameters

albumIdstringrequired

Response · 200 Album retrieved successfully

dataobjectrequired
albumIdstringrequired
namestringmin 1max 40
ownerIdstring
shareUrlstring
A 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.
numPhotosinteger
The number of photos in the album
numParticipantsinteger
The number of participants in the album (inclusive of the album owner)
warningsArray<string>
string

Errors

400Invalid request. The request was malformed or missing required parameters.
404Album not found