Skip to main content
PUT
/
api
/
v1
/
org
Update the current organization
curl --request PUT \
  --url https://api.devhelm.io/api/v1/org \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "email": "jsmith@example.com",
  "size": "<string>",
  "industry": "<string>",
  "websiteUrl": "<string>"
}
'
{
  "data": {
    "id": 123,
    "name": "<string>",
    "email": "<string>",
    "size": "<string>",
    "industry": "<string>",
    "websiteUrl": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.devhelm.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Body

application/json
name
string
required

New organization name (max 200 chars)

Maximum string length: 200
email
string<email>
required

New billing and contact email address

Minimum string length: 1
size
string | null

Team size range (e.g. 1-10, 11-50)

Maximum string length: 50
industry
string | null

Industry vertical (e.g. SaaS, Fintech)

Maximum string length: 100
websiteUrl
string | null

Organization website URL (max 255 chars)

Maximum string length: 255

Response

OK

data
object
required

Organization account details