Luma · Example Payload

V2_Organizations_Calendars_Create_Post_200_Response

string

EventsEvent ManagementTicketingCommunityCalendarsGuestsAttendance

V2_Organizations_Calendars_Create_Post_200_Response is an example object payload from Luma, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameslugavatar_urlurldescriptionsocial_image_urlcover_image_urlis_personallocationcoordinateinstagram_handletwitter_handleyoutube_handlewebsite

Example Payload

Raw ↑
{
  "id": "string",
  "name": "string",
  "slug": "string",
  "avatar_url": "string",
  "url": "string",
  "description": "string",
  "social_image_url": "string",
  "cover_image_url": "string",
  "is_personal": true,
  "location": {
    "city": "string",
    "region": "string",
    "country": "string",
    "country_code": "string",
    "timezone": "string"
  },
  "coordinate": {
    "longitude": 0,
    "latitude": 0
  },
  "instagram_handle": "string",
  "twitter_handle": "string",
  "youtube_handle": "string",
  "website": "string"
}