GET
/
provider
/
node-info
Get node info
curl --request GET \
  --url https://api.paycrest.io/v1/provider/node-info \
  --header 'API-Key: <api-key>'
{
  "status": "success",
  "message": "Operation successful",
  "data": {}
}
Retrieve node information for the provider.

Authorizations

API-Key
string
header
required

Response

200
application/json

Node info

The response is of type object.