Skip to main content

Get an organization

GET 

/api/v1/organizations/:orgId

Get an organization

Request

Path Parameters

    orgId stringrequired

    Organization Id

Header Parameters

    X-API-KEY stringrequired

    API Key

Responses

OK

Schema

    data

    object

    createdAt string

    createdAt is the creation time of the organization.

    id string

    id is the unique identifier of the organization.

    name string

    name is the name of the organization.

    orgNamespace string

    orgNamespace is the organization namespace.

    owner boolean

    owner is the organization owner.

    slug string

    slug is the organization slug.

    id string
    message string
    status string
Loading...