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": { "ID": "<string>", "userId": "<string>", "name": "<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
The response is of type object.
object