POST
/
site-checkin
curl --request POST \
  --url https://api.altostrat.io/site-checkin \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "username": "<string>",
  "server_id": "<string>"
}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Check-in payload

The body is of type object.

Response

200
application/json

Server checkin successful

The response is of type object.