WorkOS API

Number of APIs: 29

You can find the full API reference in the WorkOS documentation site

  1. Organizations - Get an Organization GET {{base_url}}/organizations/{{organization_id}}

  2. Single Sign-On - Get a User Profile GET {{base_url}}/sso/profile

  3. Organizations - List Organizations GET {{base_url}}/organizations

  4. Organizations - Create an Organization POST {{base_url}}/organizations

  5. Directory Sync-Directory - List Directories GET {{base_url}}/directories?search={{searchable_text}}

  6. Organizations - Update an Organization PUT {{base_url}}/organizations/{{organization_id}}

  7. Organizations - Delete an Organization DELETE {{base_url}}/organizations/{{organization_id}}

  8. Single Sign-On-Connection - Get a Connection GET {{base_url}}/connections/{{connection_id}}

  9. Single Sign-On-Connection - List Connections GET {{base_url}}/connections

  10. Single Sign-On-Connection - Delete a Connection DELETE {{base_url}}/connections/{{connection_id}}