Appearance
Organization Management APIs
Note: When using Access Token authentication, you can only read organization information. Modifying organization details requires administrator privileges and is not available through the API.
Get Organization Details
http
GET /api/v2/organization/
Retrieve information about your organization.
Response Example:
json
{
"success": true,
"data": {
"name": "Bingo VPN Team"
},
"error": null
}