Skip to content
Avoca — Internal
Search
K
Main Navigation
Avoca
EAS
Architecture
AutoOps
State of Testing
Testing
How-To
More
Onboarding
Reference
Incidents
Solutions
Proposals
Avoca's clients
Ideas (cross-engagement)
Presentations
Appearance
Menu
Return to top
On this page
Download as PDF
Copy page as markdown
Are you an LLM? You can read better optimized documentation at /clients/avoca/crms/autoops/api/get-organizations-{id}.md for this page in Markdown format
--- 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
200
Organization object
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
"string"
,
"createdAt"
:
"string"
,
"updatedAt"
:
"string"
,
"name"
:
"string"
}
GET
/organizations/{id}
Playground
Authorization
bearerAuth
Variables
Key
Value
id
*
Try it out
Samples
Powered by
VitePress OpenAPI