GET
/
pubkey
Get aggregator public key
curl --request GET \
  --url https://api.paycrest.io/v1/pubkey
{
  "status": "success",
  "message": "Operation successful",
  "data": "<string>"
}
Retrieve the aggregator’s public key.

Response

200
application/json

Public key

The response is of type object.