Skip to main content
GET
/
node_points
/
{node_id}
Node Points Ep
curl --request GET \
  --url https://api.infera.org/node_points/{node_id} \
  --header 'api_key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

api_key
string
header
required

Path Parameters

node_id
string
required

Response

Successful Response