Skip to content

NAR Registry Client API (1.0.0)

This API is used for retrieving and transacting NAR Monthly vintage certificates. APIs require an OAuth Authentication token. To create API credentials, see Creating an API Login.

Overview
Languages
Servers
Generated server url
https://narenewables2.apx.com/ClientAPI/

account

Account Information

Operations

ledger

Ledger Operations

Operations

subaccount

Subaccount Operations

Operations

system

System Information

Operations

Ping System

Request

For connectivity testing. Checks for server health and ensures a valid auth token is being properly provided.

Security
JWT
curl -i -X GET \
  https://narenewables2.apx.com/ClientAPI/api/system/ping \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
pongstring(date-time)required
Example: "2024-10-22T19:26:52.641Z"
Response
application/json
{ "pong": "2024-10-22T19:26:52.641Z" }