cURL
curl --request GET \ --url https://eu-vg-edge.moeaymandev.workers.dev/v2/orgs/{org_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Organization retrieved successfully", "data": { "name": "<string>", "ID": "<string>", "userId": "<string>", "preferredLanguage": "<string>", "squarePhotoURL": "<string>", "widgetIDs": [ "<string>" ], "adminIDs": [ "<string>" ], "canSelfEdit": true, "disallowAnyTags": true, "dashboardLayout": "vertical", "lastModified": 123 } }
Returns a single organization
Workspace secret API key, found in the workspace settings page (top left).
The ID of the organization to retrieve
Organization retrieved
true
"Organization retrieved successfully"
Organization data
Show child attributes