3.0.0
Search
⌃K
Links

Organization requests

Frontend API endpoints to create organizations

Available requests

  • POST /v1/organizations
  • PATCH /v1/organizations/:id
  • DELETE /v1/organizations/:id
  • DELETE /v1/organizations/:id/logo
  • PUT /v1/organizations/:id/logo

The organization object

{
"object": "organization",
"id": "org_21Ufcy98STcA11s3QckIwtwHIES",
"logo_url": "https://images.clerk.services/default-logo.png",
"name": "Acme Inc",
"slug": "acme-inc",
"public_metadata": {},
"created_at": 1638000669544,
"updated_at": 1638000669544
}
post
https://clerk.example.com
/v1/organizations
Create an organization
patch
https://clerk.example.com
/v1/organizations/:id
Update an organization
delete
https://clerk.example.com
/v1/organizations/:id
Delete an organization