Litmind API documentation
SupportLegal noticePrivacy
  • Litmind API documentation
  • Connecting
    • Making a request
  • Session
    • Session
      • Login
      • Logout
      • List
  • Browse
    • Profiles
      • Browse
  • Account
    • Noticeboard
      • List
      • Candidates
    • Lightboxes
      • List
    • Events
      • Pending events
  • Common entities
    • Profile
    • Noticeboard posting
    • Lightbox
Powered by GitBook
On this page
  1. Account
  2. Lightboxes

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 4 months ago