NovaEdge Academy DocsDocs
DocsREST API Authentication

REST API Authentication

API v1

How to authenticate requests to the NovaEdge Academy API.

Request Headers

All API requests require appropriate Content-Type headers and Cookie headers when calling protected endpoints.

javascript
GET /api/v1/me
Host: novaedgeacademy.in
Content-Type: application/json
Cookie: token=YOUR_JWT_TOKEN
Was this page helpful?