cURL
curl --request GET \ --url https://api.rated.network/v0/polygon/validators/{validator_id} \ --header 'Authorization: Bearer <token>'
{ "validatorId": 1, "name": "<string>", "status": "<string>", "currentState": "<string>", "owner": "<string>", "signer": "<string>", "commission": 1, "url": "<string>", "description": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 0
Successful Response