Home

List all entities

GET
https://ark.nownodes.io/api/entities

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

List all entities using the ARK API exposed by NOWNodes.

Parameters

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.