Account Information
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.
Download OpenAPI description
Overview
E-mail
Languages
Servers
Generated server url
https://narenewables2.apx.com/ClientAPI/
- Generated server urlhttps://narenewables2.apx.com/ClientAPI/api/system/ping
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://narenewables2.apx.com/ClientAPI/api/system/ping \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "pong": "2024-10-22T19:26:52.641Z" }