WorkOS API
Number of APIs: 29
You can find the full API reference in the WorkOS documentation site
-
Organizations - Get an Organization GET {{base_url}}/organizations/{{organization_id}}
-
Single Sign-On - Get a User Profile GET {{base_url}}/sso/profile
-
Organizations - List Organizations GET {{base_url}}/organizations
-
Organizations - Create an Organization POST {{base_url}}/organizations
-
Directory Sync-Directory - List Directories GET {{base_url}}/directories?search={{searchable_text}}
-
Organizations - Update an Organization PUT {{base_url}}/organizations/{{organization_id}}
-
Organizations - Delete an Organization DELETE {{base_url}}/organizations/{{organization_id}}
-
Single Sign-On-Connection - Get a Connection GET {{base_url}}/connections/{{connection_id}}
-
Single Sign-On-Connection - List Connections GET {{base_url}}/connections
-
Single Sign-On-Connection - Delete a Connection DELETE {{base_url}}/connections/{{connection_id}}