List

GET /account/lightboxes/list

Obtain a list of your lightboxes

Headers

Name
Value
Required

X-Key

Your API Key

X-SessionId

Your session id

X-UserId

The logged user id to list lightboxes items from

Example

curl \
    -G https://litmind.com/api/v1/account/lightboxes/list \
    -H 'X-Key: bfRCu5GAEP9eMZ7fS6yvPwGxB9Nu7FzUfdnasrCkKkHAyCBZ' \
    -H 'X-SessionId: 313599f212429860887ef23ea326cc863a9186eb1a43a8f1739a1815ebe2a588' \
    -H 'X-UserId: 138829'

Response

{
    "entity": "Lightboxes",
    "lightboxes": [
        <Lightbox entities>
    ]
}

Last updated