This describes the resources that make up the official Suttna REST API v1. If you have any problems or requests please contact [email protected]
In order to authenticate with Suttna you need to use your personal api key. You can visit this link for more information on how to get one.
Send your api key in the Authorization
header:
curl -H "Authorization: TOKEN" https://api.suttna.com
Get a list of checkin events
Name | Type | Description |
---|---|---|
from | String | Required. Start datetime for searching events |
to | String | Required. End datetime for searching events |
checkin_ids | Array |
Limit search to given list of checkin ids |
per_page | Integer | Number of results per page |
page | Integer | Number of page to get |