API Documentation
Complete reference for the Nyx API
Authentication
Endpoints for managing API authentication and tokens
POST
/api/v1/auth/token
Generate API Token
Generate a new API token for accessing protected endpoints
Parameter | Type | Required | Description |
---|---|---|---|
client_id | string | Required | Your API client ID |
client_secret | string | Required | Your API client secret |
Users
User management and profile endpoints
GET
/api/v1/users
List Users
Retrieve a list of users with optional filtering
Parameter | Type | Required | Description |
---|---|---|---|
page | number | Optional | Page number for pagination |
limit | number | Optional | Number of items per page |