get-event-album-list
Use this API to get list of all Albums (Folders) for an existing event
Use this API to get list of all Albums (Folders) for an existing event
POST
https://api.memzo.ai/v1.1/get-event-album-list/
Headers
Name
Type
Description
Authorization *
YOUR_SECRET_KEY
x-api-key*
String
YOUR_API_KEY
Request Body
Name
Type
Description
event_id*
String
4296
{
"data": [
{
"id": "7578",
"event_id": "4296",
"album_name": "FirstAlbum",
"is_active": "1",
"datetime_created": "2023-03-17 10:25:48"
},
{
"id": "7579",
"event_id": "4296",
"album_name": "SecondAlbum",
"is_active": "1",
"datetime_created": "2023-03-17 10:44:55"
}
],
"error": false,
"message": "Success"
}
Last updated