Skip to main content
GET
/
api
/
v1
/
org
Get the current organization
curl --request GET \
  --url https://api.devhelm.io/api/v1/org \
  --header 'Authorization: Bearer <token>'
{
  "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

Response

OK

data
object
required

Organization account details