Skip to main content
GET
/
api
/
v1
/
registrations
/
counts
Get Registration Counts
curl --request GET \
  --url https://api.seamind.xyz/api/v1/registrations/counts \
  --header 'Authorization: Bearer <token>'
{
  "total": 123,
  "inProgress": 123,
  "completed": 123,
  "failed": 123
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

Counts of registrations by status for summary cards.

total
integer
required
inProgress
integer
required
completed
integer
required
failed
integer
required