List the public keys Stark Bank uses to sign webhooks and receipts

GET {{baseUrl}}/{{version}}/public-key

Get a list of the Stark Bank public keys ordered by creation date from newest to oldest. The most recent public key is the one currently in use by the API. The olders keys can be used to verify older messages.

Request Params

KeyDatatypeRequiredDescription
cursornullString used to get the next batch of results.
limitnullNumber of results per cursor. Max = 100.

RESPONSES

status: OK

{"cursor":null,"publicKeys":[{"content":"-----BEGIN PUBLIC KEY-----\nMFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAEQA+bOEY57yQGYdcF0q7Ia/JPc0Hr8Il0\n/pbETwvDSM+7yCkqTPDRsdptMMaoK9UEXILOaXq9Ot5azrgQEcTetg==\n-----END PUBLIC KEY-----\n","created":"2020-03-24T03:58:00+00:00"}]}