Skip to main content
GET
/
events
/
v1
Retrieve events
curl --request GET \
  --url https://api.spacebring.com/events/v1 \
  --header 'Authorization: Basic <encoded-value>'
{
  "events": [
    {
      "applicationType": "purchase",
      "createDate": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "endDate": "2023-11-07T05:31:56Z",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "imageUrl": "<string>",
      "limitedAttendees": {
        "enabled": true,
        "limit": 123
      },
      "locationRef": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "networkRef": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "price": {
        "credits": {
          "amount": 123,
          "enabled": true
        },
        "money": {
          "amount": 123,
          "enabled": true
        }
      },
      "refundThreshold": "noRefund",
      "showAttendees": true,
      "startDate": "2023-11-07T05:31:56Z",
      "title": "<string>",
      "venue": "<string>",
      "visibilityType": "public"
    }
  ],
  "searchQueryNext": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://www.spacebring.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Query Parameters

locationRef
string<uuid>
required

The id of the location.

limit
integer
default:25

The number of events to retrieve. Default: 25

nextPageToken
string
order
string

The order of the events. createDate:asc, createDate:desc, startDate:asc, startDate:desc, endDate:asc, endDate:desc or relevance

Response

OK

events
object[]
searchQueryNext
string