User applications
Information about embedding custom applications to the UI on user's own
How to create a new application
Example
curl -X POST "https://api.navixy.com/v2/user/application/create" \
-H "Content-Type: application/json" \
-d '{
"hash": "your_api_hash",
"application": {
"id": null,
"name": "New Application",
"url": "https://example.com",
"icon": "https://example.com/icon.png",
"is_enabled": true
}
}'Parameters explained
Response
How to authenticate custom applications
Last updated
Was this helpful?