API Reference

API Endpoints

Complete reference of all available API endpoints for Aryxion services.

ReferenceAll Levels

Base URL

https://api.darkaura.tech/v1

Products

GET/api/products
GET/api/products/:id
POST/api/products
PUT/api/products/:id
DELETE/api/products/:id

Orders

GET/api/orders
GET/api/orders/:id
POST/api/orders
PUT/api/orders/:id
POST/api/orders/:id/assign

Users

GET/api/users
GET/api/users/:id
PUT/api/users/:id
POST/api/users/:id/role

Appointments

GET/api/appointments
GET/api/appointments/:id
POST/api/appointments
PUT/api/appointments/:id

Services

GET/api/services
GET/api/services/:id
POST/api/services
PUT/api/services/:id

HTTP Methods

GETRetrieve resources
POSTCreate resources
PUTUpdate resources
DELETEDelete resources