You will receive an API Key and secret:
apiKey.id = 98CWPMFN2ITJPXXXX3HA0O7YY
apiKey.secret = FFg1PobmXouTBypaMnJRZHzcYFriDYpr-(&&&+=YTHU
and a minimum of one organization_id and project_id
organization_id = ^&HHSTHDG**&6%%5HHYUU
project_id = IOSYUHHRS
echo -n "APIKey:APISecret" | openssl base64
Example Curl Command showing how to call the service:
curl -X POST "https://api-events.datasnap.io/v1.0/events" \
-H "Authorization: Basic NVowVEtKOEdMWk9SNDBJVTRDQk9FSDc4QjpQREdJYndXMjVDYlVrUlNJcC9PT0IrV25pRER1ZEcvUHUramZqekFFZndR" \
-H "Content-type: application/json" \
-d '[
{
"event_type": "status_ping",
"venue_org_id": "6cxA4LkLil6HER9Qsk6rG8",
"organization_ids": [
"3LcQm2bLULQgKSW3NCpoO2"
],
"project_ids": [
"DFSSFaP"
]
}
]' \
-w %{time_connect}:%{time_starttransfer}:%{time_total} \
-m 30 \
-v \
Read the documentation on how you set up your system data hierarchy and check out our libraries to get started. Let us know if you need any help getting going!