Checkin validation

SecurityApiKeyAuth
Request
Request Body schema: application/json
required
aggregatorId
required
string

Aggregator id

customerId
required
integer <int64>

Unique ID of the ML customer

Responses
200

OK

403

Checkin Forbidden

404

Member Not Found

500

Internal Server Error

post/checkin-validation
Request samples
application/json
{
  • "aggregatorId": "8213712939218",
  • "customerId": 20322323
}