GET
/
public-key
/
http
curl --request GET \
  --url https://api.sandbox.pawapay.io/public-key/http \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "HTTP_EC_P256_KEY:1",
    "key": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEYZe9jhnaZKw9ykMBe2IwRg6AgVMx\n2JRE3RMIdf4YazZTaQaUO19uDI5UO0QsTG699UeI+emd63/GY1PyOpf1rw==\n-----END PUBLIC KEY-----\n"
  }
]

Provides the public keys that are used to sign callbacks sent by pawaPay.

Read more about how to use signatures.

Authorizations

Authorization
string
header
required

Response

200 - application/json

If a request has been processed by pawaPay successfully.

The response is of type object[].