Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.18 KB

albums.md

File metadata and controls

24 lines (19 loc) · 1.18 KB

#Endpoint: Albums


These are the API calls that you can use to retrieve albums, the photos in those albums, and further details

##Available endpoints


  • /albums, GET
  • /albums/onboarding, GET
  • /albums/#{id}, GET
  • /albums/#{id}/favoriters GET
  • /albums/#{id}/favoriters/#{user_id}, GET
  • /albums/#{id}/contributors, GET
  • /albums/#{id}/contributors/#{user_id}, GET
  • /albums/#{id}/photos, GET
  • /albums/#{id}/photos/#{photo_id}, GET
  • /collections, GET
  • /albums/#{id}/relatedAlbums, GET
  • /albums/#{id}/weather, GET
  • /albums/#{id}/venueCategories, GET
  • /albums/{id}/mute, GET