Skip to content
--- aside: false outline: false ---

Get a organization

GET
/organizations/{id}

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required
Pattern
"^org_"

Responses

Organization object

application/json
JSON
{
  
"id": "string",
  
"createdAt": "string",
  
"updatedAt": "string",
  
"name": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI