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>"
}
}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>"
}
}API key (dh_live_...) or Auth0 JWT token
New organization name (max 200 chars)
200New billing and contact email address
1Team size range (e.g. 1-10, 11-50)
50Industry vertical (e.g. SaaS, Fintech)
100Organization website URL (max 255 chars)
255OK
Organization account details
Show child attributes