Skip to main content

Get organization

Get organization by ID or name

Path Parameters
    id string required
Responses

A successful response.


Schema
    organization object
    id string
    name string
    title string
    metadata object
    created_at date-time

    The time the organization was created.

    updated_at date-time

    The time the organization was last updated.

    state string

    The state of the organization (enabled or disabled).

    avatar string

    The base64 encoded image string of the organization avatar. Should be less than 2MB.

Loading...