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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Source name
OK
The response is of type object.
object
Was this page helpful?