Authority

Endpoints to fetch authority records

get

Retrieve insurance fund stake records for a authority, with optional pagination. Results are ordered from newest to oldest, with up to 20 records per request.

Note: This endpoint provides records for the last 31 days.

Path parameters
authorityIdstringRequired
Query parameters
pagestringOptional
Responses
200

Default Response

application/json
get
/authority/{authorityId}/insuranceFundStake
200

Default Response

get

Retrieve insurance fund stake records for a authority for a given year and month.

Path parameters
authorityIdstringRequired
yearinteger · min: 2022Required

Year in YYYY format

monthinteger · min: 1 · max: 12Required

Month from 1 to 12

Query parameters
pagenumberOptional
formatstring · enumOptionalDefault: jsonPossible values:
Responses
200

Default Response

application/json
get
/authority/{authorityId}/insuranceFundStake/{year}/{month}
200

Default Response

Last updated