Organization
Get Organization Availability
Retrieve the availability schedules for the organization. Returns schedule information including available time slots, timezone, and day configurations for business hours.
Authorization
bearerAuth AuthorizationBearer <token>
Bearer token authentication for API access.
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.sophiie.ai/v1/organization/availability"[
{
"id": 1,
"name": "Business Hours",
"timeZone": "Australia/Sydney",
"orgId": "org_abc123",
"availability": [
{
"days": [
"Monday",
"Tuesday",
"Wednesday"
],
"startTime": "09:00",
"endTime": "17:00"
}
]
}
]{
"success": false,
"message": "Invalid or expired token",
"error": {
"status": 401,
"message": "Invalid or expired token"
}
}{
"success": false,
"message": "Not found",
"error": {
"status": 404,
"message": "Not found"
}
}{
"success": false,
"message": "Internal server error",
"error": {
"status": 500,
"message": "Internal server error"
}
}List Members GET
Retrieve a paginated list of members. Results are filtered by the organization associated with the API key.
Get Organization Details GET
Retrieve detailed information about the organization associated with the API key. Returns organization settings, contact information, and configuration details.