cURL
curl --request GET \ --url https://api.seamind.xyz/api/v1/registrations/counts \ --header 'Authorization: Bearer <token>'
{ "total": 123, "inProgress": 123, "completed": 123, "failed": 123 }
Get registration counts by status (admin only).
Returns total count and breakdown by status for summary cards.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Counts of registrations by status for summary cards.