GET
/
v1
/
events
/
{source_name}
curl --request GET \
  --url https://api.airfold.co/v1/events/{source_name} \
  --header 'Authorization: Bearer <token>'
{
  "projectId": "<string>",
  "databaseId": "<string>",
  "tableId": "<string>",
  "sourceName": "<string>",
  "tableSchema": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

source_name
string
required

Source name

Response

200
application/json
OK
projectId
string

Project Id

databaseId
string

Database Id

tableId
string

Table Id

sourceName
string

Source name

tableSchema
string

Table SQL schema