cURL
curl --request GET \ --url https://merits.blockscout.com/admin/api/v1/codes \ --header 'Authorization: <api-key>'
{ "items": [ { "code": "<string>", "bonus": "<string>", "limit": 123, "count": 123 } ] }
Authentication token, prefixed by Bearer: Bearer <token>
A successful response.
The response is of type object.
object
Was this page helpful?