Route
Method | Route | Description |
---|---|---|
GET | /v1/folders |
Return All Galleries Returns galleries from the client’s plan passed by the token. |
Headers
Param | Type | Description | Required |
---|---|---|---|
Authorization | String |
*Authorization token to access the route. Ex: Bearer eyJ0eXAiOiJKV1QiLC… |
Yes |
*UUID is found on the HUB, any questions just contact our support team.
Response
– Response when returning application galleries (Status: 200)
{ "folders": [ { "name": "Default", "description": "Default gallery videos", "uuid": "<gallery uuid>" } ] }
– Error response for some internal error (Status: 500)
{ "error": "Internal Server Error" }